-
实现mschar数据图像显示一个程序调用。
一个实现调用MSCHAR的程序,用于数据的图像显示。-Realize MSCHAR a procedure call for data image display.
- 2022-05-26 20:39:40下载
- 积分:1
-
一个用MFC编写的画图软件,可以话一些简单的图形,适合新手学习用...
一个用MFC编写的画图软件,可以话一些简单的图形,适合新手学习用-MFC prepared a drawing with the software, you can say some simple graphics, suitable for novices to learn
- 2022-06-18 23:57:59下载
- 积分:1
-
MFC炫酷的界面设计--俄罗斯方块,利用多缓冲解决闪烁
俄罗斯方块需求及设计
前言:整个界面分三个大的区域:游戏区、下一图形提示区、帮助说明区。
1、 游戏区:
l 游戏区可以划分成20行12列,共20*12个小方块区域。可以使用一个二维数组来表示。如int m_iMap[20][12]
- 2022-03-20 06:02:01下载
- 积分:1
-
12星座时钟,美观漂亮,界面编程的代表,可以对你的图像编程,界面编程有极大帮助...
12星座时钟,美观漂亮,界面编程的代表,可以对你的图像编程,界面编程有极大帮助-12 Constellation clock, beautiful appearance, the representatives programming interface, the image of your program interface programming will be of great help
- 2022-03-24 00:03:56下载
- 积分:1
-
a series of the scale mapping procedures, based on the Connection, as a free add...
一个自己编的比例尺绘制程序,基于MAPX,可以作为一个自由图层加到GIS系统中-a series of the scale mapping procedures, based on the Connection, as a free add layers of GIS System
- 2022-05-20 12:19:33下载
- 积分: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
-
使用wxWidget的界面编程例子代码,很有参考价值!
使用wxWidget的界面编程例子代码,很有参考价值!-Use programming interface wxWidget example code, very useful!
- 2022-04-13 02:11:23下载
- 积分:1
-
一个视频驱动配置安装程序,配置各种通道视频图象信息
一个视频驱动配置安装程序,配置各种通道视频图象信息-a video-driven configuration installation, configuration every channel video information
- 2022-03-05 04:43:16下载
- 积分:1
-
Wince下的万年历小软件,有源码。显示阴历和阳历
Wince下的万年历小软件,有源码。显示阴历和阳历-the hefty almanac small software and source code. The lunar calendar and the solar calendar shows
- 2022-03-21 17:49:28下载
- 积分:1
-
Mfc Picture Thumbnail
这是一个基于cximage和mfc的clistctrl的缩略图实现。
- 2022-04-18 20:21:13下载
- 积分:1