-
创建窗口图标的例子
创建窗口图标的例子-create window icon example
- 2022-01-25 21:13:38下载
- 积分:1
-
一个能够实现像windows资源管理器的模拟资源管理器源代码
一个能够实现像windows资源管理器的模拟资源管理器源代码-to achieve as a resource management windows Simulation of resource management for source code
- 2023-04-16 06:40:03下载
- 积分:1
-
ZED图形演示
zedgraph示例demo
- 2023-05-02 09:25:03下载
- 积分:1
-
DELPHI GDI 界面设计
一个用DELPHI 写GDI简单的界面源码
- 2022-01-25 19:26:55下载
- 积分:1
-
interface development and English, can also achieve XP
界面开发,英文版的,也可以实现XP风格的界面-interface development and English, can also achieve XP-style interface
- 2023-08-21 02:50:04下载
- 积分:1
-
ASPX后台框架源码(三层结构)
1、网站类别管理:大类添加;大类列表;小类添加;小类列表2、文章信息管理:文章添加;文章列表3、图片信息管理:图片添加;图片列表4、用户信息管理:用户添加;用户列表注意事项1、开发环境为Visual Studio 2010,数据库为Access,使用.net 2.0开发。2、管理员登陆名密码均为:16aspx 3、App_Data文件夹中是数据库文件
- 2023-06-17 20:45:04下载
- 积分:1
-
Systemverilog教程
这是GUI写代码的Verilog的SystemVerilog与begineer的最佳方式。我敢肯定,你可以在1个月后写的SystemVerilog代码!祝好运!
- 2022-03-26 03:52:20下载
- 积分:1
-
在vc++下开发超酷的界面程序,对这方面的爱好者很有帮助的,相信大家一定会喜欢的。...
在vc++下开发超酷的界面程序,对这方面的爱好者很有帮助的,相信大家一定会喜欢的。-vc under development in the cool interface procedures, in this regard lovers helpful, I am sure that you will like the idea.
- 2022-12-26 10:20:03下载
- 积分:1
-
使用加速度传感器的手势识别
gesture recognition by using accelerometer sensors
- 2023-07-27 15: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