-
GDI+应用
GDI+应用-GDI Application
- 2022-04-09 21:03:34下载
- 积分:1
-
CD-ROM工具C++Builder源码源代码,非常有用.-CD-ROM tool C++ Builder source code source code, very useful.
- 2022-07-27 03:35:09下载
- 积分:1
-
这是自做的一个通讯录系统,利用树型结构,界面设计美观大方
这是自做的一个通讯录系统,利用树型结构,界面设计美观大方-This is done a directory system, the use of tree structure, stylish interface design
- 2022-08-19 01:58:05下载
- 积分:1
-
这是一个界面编程的例子,是一个小球。动画
这是一个界面编程的例子,是一个小球。动画-example of interface programming ,cartoon of a ball
- 2022-01-25 17:16:12下载
- 积分:1
-
实现图片形状的窗口
实现图片形状的窗口-achieve the window shape
- 2022-08-13 12:58:00下载
- 积分:1
-
一个功能强大的启动画面代码,我从国外网站收罗到的,准备给软件写启动画面的相信是你想要的,值得一看。...
一个功能强大的启动画面代码,我从国外网站收罗到的,准备给软件写启动画面的相信是你想要的,值得一看。-A powerful splash screen code, I collect from abroad to the site, ready to start writing software is believed to be the screen you want, worth a visit.
- 2023-03-16 22:05:03下载
- 积分:1
-
This is a text input and record a demo, including versions of the source, for be...
这个是文字输入并且记录的一个演示,包括有源程序版本的,对初学者有一定的帮助-This is a text input and record a demo, including versions of the source, for beginners is certainly helpful
- 2023-01-09 16:10:03下载
- 积分:1
-
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种:
手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制;
在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。
显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
- 2022-08-06 00:41:04下载
- 积分:1
-
MFC自绘窗体的完整代码
MFC自绘窗体的完整代码,注释非常详细,相信会帮助大家设计好自己的个性窗体.
包括边框,标题按钮等等。最大化,最小化,关闭按钮可以自己方便定制是否显示。
不喜欢,自己替换一下资源就好了。
- 2022-07-02 15:50:56下载
- 积分:1
-
屏幕拷贝实例对自己本身的窗口进行拷贝,可以保存
屏幕拷贝实例对自己本身的窗口进行拷贝,可以保存-screen copy examples of their own windows copy can be saved
- 2023-01-21 10:00:03下载
- 积分:1