-
windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。...
windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。-windows api development of the Multi-View notebook, a clear code structure is conducive to learning and mastering win api information processing mechanism.
- 2022-05-22 16:31:38下载
- 积分:1
-
显示跟随鼠标的移动显示位置
显示跟随鼠标的移动显示位置-show to follow the movement of the mouse location
- 2022-07-12 09:26:38下载
- 积分:1
-
本程序实现的颜色选择器对话框是从内存动态创建的,这使得这个控件使用起来十分方便。...
本程序实现的颜色选择器对话框是从内存动态创建的,这使得这个控件使用起来十分方便。-color selector dialog is the creation of dynamic memory, which makes the controls easy to use.
- 2022-01-25 17:05:58下载
- 积分:1
-
用VC++实现的创建对话框功能,比较简单,适合初学VC的人看
用VC++实现的创建对话框功能,比较简单,适合初学VC的人看-With VC++ Realize the creation of dialog features, relatively simple, suitable for novice VC people watch
- 2023-02-27 15:00:02下载
- 积分:1
-
窗体的分割原理以及原码
窗体的分割原理以及原码-Form principle of the division of the original code
- 2023-04-25 03:15:03下载
- 积分:1
-
多文档带其它控件的实现,
可以参考
多文档带其它控件的实现,
可以参考-other multi-document control with the realization that it will be
- 2022-03-24 21:29:54下载
- 积分:1
-
《无敌扫雷1.1》完整源代码 mine_src_1.1,主要是用VC开发一个小游戏的实例,对应用VC编程的人员借鉴之用。...
《无敌扫雷1.1》完整源代码 mine_src_1.1,主要是用VC开发一个小游戏的实例,对应用VC编程的人员借鉴之用。-"Invincible mine 1.1" mine_src_1.1 integrity of the source code, it is mainly used to develop a small VC games examples of the use of VC personnel from use.
- 2022-03-04 21:43:46下载
- 积分:1
-
grid control
grid control
- 2022-01-25 22:34:27下载
- 积分:1
-
一个用VC编的设置字体的小程序,可以设置界面上任何文字的字体....
一个用VC编的设置字体的小程序,可以设置界面上任何文字的字体.-an addendum to the VC set up procedures for small fonts can be installed in any language interface fonts.
- 2022-04-19 07:49:49下载
- 积分:1
-
Click of a button, another dialog box pop Demo of the first step: add (Insert Di...
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CDialog1 dlg
dlg.DoModal()
}
不要忘记#include "Dialog1.h"-Click of a button, another dialog box pop Demo of the first step: add (Insert Dialog) to the pop-up Dialog, according to their own needs can be designed interface, because I am a simple Demo, so very simple! Step two: add Dialog to add the establishment of a succession of DLG class, class CDialog1: public CDialog third step: in the main dialog box for the button to add the function. As follows: void CClickDialogDlg:: OnButton1 () (//TODO: Add your control notification handler code here CDialog1 dlg dlg.DoModal ()) do not forget# Include
- 2022-03-18 15:40:01下载
- 积分:1