-
一个老外写的滚动条控件,对原有windows控件扩展,还蛮不错的,拿来与大家一起分享...
一个老外写的滚动条控件,对原有windows控件扩展,还蛮不错的,拿来与大家一起分享-Written in a scroll bar foreign control, control the expansion of the original windows, quite good, used to share with you all
- 2022-05-07 03:34:40下载
- 积分:1
-
Alphabetical order will be displayed in the dialog box, disappears after a certa...
将字母顺序显示在对话框中,一定时间后消失,然后根据记忆写出,正确则增加一级-Alphabetical order will be displayed in the dialog box, disappears after a certain time, and then remember to write the correct increase a
- 2022-08-09 05:14:13下载
- 积分:1
-
很好界面编程,包括打印、打印预览的编程,是很好的标准的界面编程,很具参考价值...
很好界面编程,包括打印、打印预览的编程,是很好的标准的界面编程,很具参考价值-Valuable standard user interface programming reference that includes codes for friendly interface programming, printing, and printing preview programming.
- 2023-05-17 11:25:04下载
- 积分:1
-
用vc实现的一个播放器程序,可以实现mp3的播放等功能,非常好...
用vc实现的一个播放器程序,可以实现mp3的播放等功能,非常好-vc achieved with a player program, can achieve a mp3 player and other functions, very good
- 2023-08-06 21:30:03下载
- 积分:1
-
在服务(Service)程序中显示对话框的程序
在服务(Service)程序中显示对话框的程序-Program which show dialogbox in service program
- 2022-03-13 10:47:29下载
- 积分:1
-
barrys Multi Views
barrys Multi Views
- 2022-05-05 08:45:23下载
- 积分:1
-
图形界面的矩阵连乘算法,动态显示运行求解问题的过程
图形界面的矩阵连乘算法,动态显示运行求解问题的过程-Graphical interface with the matrix multiply algorithm, dynamic display of running the process of problem solving
- 2022-07-15 23:27:57下载
- 积分:1
-
自由调整窗口大小源代码,是基于单文档的VC++程序。
自由调整窗口大小源代码,是基于单文档的VC++程序。-Free to adjust the window size of source code, is based on a single document VC++ Procedures.
- 2022-12-06 22:30:03下载
- 积分: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
-
《Visual C++系统开发实例精粹》源码
《Visual C++系统开发实例精粹》源码
- 2022-12-12 05:25:03下载
- 积分:1