-
圆形按钮
圆形按钮-Selecting dialogbox of color
- 2022-04-22 04:30:23下载
- 积分:1
-
实现超级连接的例子
实现超级连接的例子-achieve hyperlinks example
- 2022-12-20 18:25:04下载
- 积分:1
-
Standart 1K RFID read write sample program code in delphi
Standart 1K RFID read write sample program code in delphi
- 2022-12-11 08:00:02下载
- 积分:1
-
使用EVC开发";度量衡转换器";完整的程序…
使用EVC开发“度量衡换算器”完整实例编程。 程序短小易懂,适合于WINCE开发的初学者-use EVC development "Weights and Measures Converter" complete programming examples. Short comprehensible procedures, suitable for beginners pulled Development
- 2022-03-02 23:52:59下载
- 积分:1
-
Themselves on the basis of a swing
自己根据网上荡的一个程序进行的改编,我一般用来截图,不过界面很不错。包括系统设置和窗口透明度等,值得一看-Themselves on the basis of a swing-line adaptation procedure, I am generally used to capture, but the interface is pretty good. Including system settings and window transparency and so on, worth a visit
- 2022-03-01 09:39:26下载
- 积分:1
-
基于MFC的用于显示当前时间的函数
资源描述本代码比较适合初学者,刚接触C语言的童鞋比较是以查看代码进行了解学习。主讲的是MFC对话框编程,编的小程序,主要是为了在对话框里显示当前时间。供大家下载!
- 2022-11-28 23:55:04下载
- 积分:1
-
一个用DELPHI编写的程序,很有个性.另有代码
一个用DELPHI编写的程序,很有个性.另有代码-a prepared using DELPHI procedures personality. Another source
- 2022-03-06 07:55:50下载
- 积分:1
-
forms of use, zoom.
窗体的使用,可以缩放。-forms of use, zoom.
- 2022-02-02 07:28:07下载
- 积分:1
-
control network structure can be used to configure distributed network structure
网络结构图控件,可用于配置分布式系统网络结构-control network structure can be used to configure distributed network structure
- 2023-07-14 08:30: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