-
himself wrote the screensavers, so that everyone laughed at the reference only d...
自己写的屏保,让大家见笑了,只能参考一下开发模式:)-himself wrote the screensavers, so that everyone laughed at the reference only development model :)
- 2022-07-03 06:13:22下载
- 积分: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
-
vc produced using desktop lock
用vc制作的桌面lock -vc produced using desktop lock
- 2022-10-11 23:05:03下载
- 积分:1
-
MFC_ListCtrl控件扩展
应用背景关于MFC控件listCtrl的扩展,树形、复选框、图标等等,很强大,MFC listCtrl是一个相对简单的控件,不能满足开发人员的需求,开发人员只能通过自己写大量的代码去完成自己的理想的控件,该实例应用MFC的扩展技术对listctrl进行扩展,以达到自己的需求。关键技术微软公司MFC的控件太少,太过于简单,远远不能满足开发人员的需要,为此开发人员只能费尽心思与精力去扩展MFC的一些控件,以达到自己的需求,MFC listCtrl是一个相对简单的控件,该实例是将MFC的listCtrl控件进行扩展!
- 2022-01-30 22:54:18下载
- 积分:1
-
数据结构课设 飞机航班订票系统(mfc)
用mfc做的数据结构课设 飞机航班订票系统
现在头文件中定义以下类:(用于源文件中功能模块函数体调用)
class dingdan : public CDialog
class chaxun : public CDialog
class shanchu : public CDialog
class luru : public CDialog
class guanli : public CDialog
class geren : public CDialog
例如在查询函数体中定义 FILE *fp=fopen("F:新建文本文档.txt","a+")打开文件中航班信息
- 2022-03-24 16:01:02下载
- 积分:1
-
我自己弄得图的头文件,包含基本操作及一些比较难的图问题...
我自己弄得图的头文件,包含基本操作及一些比较难的图问题-My own confused map header file that contains the basic operation and some of the more difficult the problem diagram
- 2022-11-09 06:30:03下载
- 积分:1
-
3D source of pascal, draw 3d figure at 2d draw
3D source of pascal, draw 3d figure at 2d draw-core
- 2022-01-31 12:51:53下载
- 积分:1
-
控制旋钮
在 c# 中制定音量控制或旋钮控件作为用户控件
DotNetBar 旋钮/拨号控制是仪器仪表控制集使您可以创建控制实时工具的用户界面的一部分仪表板控制板等。
控制包括可配置的颜色,形状和整体的用户交互的视觉样式的数量。此外分别可以呈现的主要控制元件,每个给你最大的灵活性,在控件的外观和行为。
- 2022-01-25 18:26:50下载
- 积分:1
-
一些关于VC的源码,大部分是界面处理的,还有些是控件
一些关于VC的源码,大部分是界面处理的,还有些是控件-some of the source VC, most of the interface, but also some control
- 2022-10-13 12:05:03下载
- 积分:1
-
vc界面编程,对界面的修饰有很好的帮助,希望大家喜欢
vc界面编程,对界面的修饰有很好的帮助,希望大家喜欢-vc interface programming interface refinements of a good help, hope you like
- 2022-04-18 23:53:04下载
- 积分:1