-
这是一个多
这是一个多模板、多视图、分屏……成像程序。
- 2022-04-09 17:27:14下载
- 积分:1
-
VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助...
VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助-VC Lane pages of a replacement source code, I changed it a bit, can now directly used for the development of the game, you can easily achieve games of action animation, also included detailed DOC, we hope to help
- 2022-06-03 20:17:13下载
- 积分:1
-
使VB自带的控件(textbox、combobox、command等)实现XP风格
使VB自带的控件(textbox、combobox、command等)实现XP风格-make VB controls (textbox, combobox, command, etc.) to achieve XP style
- 2023-01-12 16:20:03下载
- 积分:1
-
将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。...
将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows nodes graphics can achieve binary tree insertion, deletion, the former preorder, preorder, after preorder.
- 2023-04-05 17:50:03下载
- 积分:1
-
Book: statistical pattern recognition
Book: statistical pattern recognition
- 2023-02-05 21:20:03下载
- 积分:1
-
各种界面特效代码,包括对话框、单文档和多文档
各种界面特效代码,包括对话框、单文档和多文档-effects of various interface code, including dialog boxes, single-and multi-file documents
- 2022-01-27 12:45:23下载
- 积分:1
-
可以实现最小化时隐藏为任务栏图标的 Window appllication.
可以实现最小化时隐藏为任务栏图标的 Window appllication.-Can minimize hide the taskbar icon for the Window appllication.
- 2022-02-01 06:48:25下载
- 积分:1
-
EWECMS 连锁管理体系的简称
EWECMSCMS同时也是连锁管理体系的简称,连锁企业完整的管理体系应包括:标准—训练—考核—改进等有效流程环节,缺一不可,不然就形不成体系的整体运行。“CMS连锁管理
- 2023-09-09 19:40:06下载
- 积分:1
-
WinFormsUI.Docking可以实现像Visual Studio的窗口停靠、拖拽等功能
WinFormsUI.Docking可以实现像Visual Studio的窗口停靠、拖拽等功能-WinFormsUI.Docking can be achieved, like Visual Studio" s window docking, drag and drop functions
- 2022-03-10 18:26:18下载
- 积分: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