-
基于MFC带系统时间的计算器
基于MFC设计的一个小计算器软件,带有系统时间。代码注释详细,适合MFC新手参考练习。
- 2023-08-23 10:35:05下载
- 积分:1
-
texture shows ballistic trajectory ballistic missile trajectory out
纹理显示所弹道 导弹 弹道-texture shows ballistic trajectory ballistic missile trajectory out-and-out
- 2022-04-21 20:11:54下载
- 积分:1
-
tree结构,树形结构的实现,包括权限的设置
tree结构,树形结构的实现,包括权限的设置-tree structure, tree structure realization, including permissions settings
- 2022-03-07 04:14:44下载
- 积分:1
-
VC realize True Color Toolbar
VC实现真彩色的工具栏 -VC realize True Color Toolbar
- 2022-04-27 02:01:17下载
- 积分:1
-
vc#.net介面方面的例子源码。包括介面元素,窗体的操作,设置介面特点...
vc#.net介面方面的例子源码。包括介面元素,窗体的操作,设置介面特点-vc#. Net interface to the source code examples. Including the interface elements, the form of the operation, set up interface characteristics.
- 2022-03-22 01:03:06下载
- 积分:1
-
waterfilling
water-filling algorithms for rate-adaptive and margin-adaptive loading-waterfilling
- 2022-09-15 23:25:03下载
- 积分:1
-
本源码实现了无限级分类目录树的管理,需连接数据库。
本源码实现了无限级分类目录树的管理,需连接数据库。-Unlimited class classification tree management
- 2022-02-14 08:17:14下载
- 积分:1
-
MFC定时器timer应用在对话框内显示文字
应用背景
此程序可实习对话框内每隔一定时间将设定颜色的文字在水平方向和竖直方向显示,呈现出动态文字的效果,具体界面如下,有需要的朋友可以下载,嘿嘿:
关键技术基于MFC对话框的timer定时器应用,同时用puttext函数进行文字显示,并设置其颜色,定时器每隔一定时间显示文字,并切换其位置,整体看起来像是动态文字效果,主要用timer实现,希望对您有用!
- 2022-05-16 23:56:37下载
- 积分:1
-
TeeChart组件delphi项目
TeeChart vcl delphi project
- 2023-02-05 06:05: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