-
隐藏应用程序的VB小应用。
驻留在托盘,激活,方便随时调用...
隐藏应用程序的VB小应用。
驻留在托盘,激活,方便随时调用-hidden application of small VB application. In the presence of a tray, activation, at any time convenient call
- 2023-07-02 23:15:03下载
- 积分:1
-
VC编写的选择一副.bmp图像并计算出其图像尺寸的程序!比较简单适合于初学者学习!...
VC编写的选择一副.bmp图像并计算出其图像尺寸的程序!比较简单适合于初学者学习!-VC prepared to choose one. Bmp image and calculate the image size of the program! Relatively simple suitable for beginners to learn!
- 2022-06-26 01:52:43下载
- 积分:1
-
AppFace supports three skin loading from the disk loading, loading resources fro...
AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll"
- 2022-03-05 03:56:05下载
- 积分:1
-
VC++界面开发编程实例(鼠标操作)
主要为初学C++MFC的人提供一个实例,关于鼠标的各种消息响应,比如单击,双击,滑动,转轮等消息响应函数的编写与应用
- 2023-02-05 16:15:04下载
- 积分:1
-
动网论坛由海口动网先锋网络科技有限公司(以下简称动网)开发,享有自主知识产权,中国国家版权局著作权登记号2004SR00001。动网论坛是目前国内使用量最多、覆...
动网论坛由海口动网先锋网络科技有限公司(以下简称动网)开发,享有自主知识产权,中国国家版权局著作权登记号2004SR00001。动网论坛是目前国内使用量最多、覆盖面积最广的一款中文论坛软件,国内60%以上的网站论坛系统均采用了动网论坛。
您使用动网论坛则默认为接受 动网论坛软件使用许可协议,非经动网先锋书面授权许可,不得将之用于盈利或非盈利性的商业用途。为适应实际的计算机应用环境或者改进其功能、性能,可以进行必要的修改,但不得去除动网先锋的版权标示,不得将修改后版本进行任何的商业行为。使用该软件必须保留动网先锋的版权声明,将该软件从原有自然语言文字转换成另一自然语言文字的,仍应注明出处。
当您的网站使用本论坛后,您论坛内容中所涉及的一切法律责任均与动网无关。
-patrons from Haikou website Pioneer Network Technology Co., Ltd. (hereinafter referred to Dynamic Network) development, to enjoy independent intellectual property rights, China"s National Copyright Administration, 2004SR00001 copyright registration. Patrons domestic use is the largest, most extensive coverage of the new Chinese-language forum software, more than 60% of domestic websites Forum adopted a system patrons. You use patrons will default to accept patrons software license agreements, non-moving network Pioneer written authorization shall not be used for profit or not-for-profit commercial use. To cope with the actual computer applicat
- 2023-01-30 19:05:03下载
- 积分:1
-
拨号上网程序
这个源码主要是通过发送AT指令来发送短信,同时利用串口来拨号上网我们的模块主要是MC8332,利用发送AT指令进行传达消息,同时拨号上网是利用MODEM来进行通讯,主要运用的语言是C++,完美的实现拨号上网和发短信。主要的功能,进行接受短信,发送短信,保存短信,和拨号上网, 在开发的过程中遇到过很多瓶颈,但都一一克服了
- 2022-05-26 09:06:05下载
- 积分:1
-
数据挖掘_ KNN
&k近邻算法(k-NN)是一种非参数算法
- 2022-05-20 10:57:33下载
- 积分:1
-
这是介绍VC控制型的百科全书的使用,通过学习…
这是介绍vc控件类使用大全的,通过学习,你能够快速的领略到编程带来的乐趣-This is the type introduced vc control the use of the Encyclopaedia, through learning, you can quick taste of the fun of programming
- 2022-12-02 03:00:03下载
- 积分:1
-
一个用DELPHI编写的程序,很有个性.另有代码
一个用DELPHI编写的程序,很有个性.另有代码-a prepared using DELPHI procedures personality. Another source
- 2022-03-06 07:55:50下载
- 积分:1
-
在MFC网格控件使用组合框
Using comboboxes in the MFC Grid Control
Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box.
Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGri
- 2022-05-29 23:54:42下载
- 积分:1