-
C++程序设计(谭浩强)
C++程序设计(谭浩强)
C++程序设计(谭浩强)(C++ program
C++ program)
- 2017-07-25 10:48:18下载
- 积分:1
-
4246248
MiniCalendar_Demo 一个日历的例子MiniCalendar()
- 2018-03-18 15:40:53下载
- 积分:1
-
WebBrowser 模拟上传文件 实例
实现了模拟按键与选择文件等功能,详细实现见压缩包 对于IE7及以下,可以简单的利用SendKeys.SendWait方法设置input值,当然首先要将焦点集中在该控件上,利用HtmlElement的focus方法很容易做到。具体可以看后面的代码。但是对于IE8来说,它的安全性更高,具体参看文章http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx。 对于IE8来说,file input只能模拟点击upload按钮,然后在弹出的对话框中输入文件名,然后点击确定。
- 2013-04-19下载
- 积分:1
-
GPIO口模式下的网络设备的测试程序,包括命令测试和数据测试...
GPIO口模式下的网络设备的测试程序,包括命令测试和数据测试-GPIO port mode network equipment testing procedures, including testing and data testing orders
- 2022-03-04 10:22:57下载
- 积分:1
-
IP
说明: 获取自己的IP地址,方便实时小巧可扩充到其它功能.(Access to its own IP address, to facilitate real-time compact can be expanded to other functions.)
- 2009-03-25 14:31:19下载
- 积分:1
-
MDIFrameBackground
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
- 2010-08-06 14:07:20下载
- 积分:1
-
addressbook-management
IT CONTAIN TABLE WITH FOLLOWING FIEDLS
create table addbook(contactid integer primary key autoincrement,contactname text,companyname text,address text,city text, state text,postalcode text,country text,phone text,email text,photo blob
- 2011-10-01 20:53:54下载
- 积分:1
-
2024739
画图片原理源码程序,调用API函数GetPixel循环取画板坐标点的颜色,再使用画板画点的方法一一画出即成一副图片。(Picture principle source program, call the API function GetPixel cycle takes Sketchpad color coordinate points , then use the drawing board stippled methods eleven Serve draw a picture .)
- 2017-09-25 11:23:43下载
- 积分:1
-
建立VPN连接的程序,可以修改本机路由,使用VPN过程中也可以上网。...
建立VPN连接的程序,可以修改本机路由,使用VPN过程中也可以上网。
- 2022-03-23 03:03:52下载
- 积分:1
-
jxxfc1
介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的CC++文件,并在VC中调用(on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C C paper and called in VC)
- 2006-12-28 09:39:28下载
- 积分:1