-
《Visual c++6.0程序设计从入门到精通》第3章习题源码
《Visual c++6.0程序设计从入门到精通》第3章习题源码-err
- 2022-11-19 03:25:03下载
- 积分:1
-
用VC++开发H263解码器,带有界面,可以播放H263码流,支持QCIF格式...
用VC++开发H263解码器,带有界面,可以播放H263码流,支持QCIF格式-With VC++ Development H263 decoder, with interface, can play H263 stream to support QCIF format
- 2022-01-30 11:08:58下载
- 积分: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
-
这个程序写的很漂亮 可以
这个程序写的很漂亮 可以-this procedure was very nice to see it
- 2022-02-13 14:45:46下载
- 积分:1
-
用VC++6.0实现“更改图标”对话框
用VC++6.0实现“更改图标”对话框-VC 6.0 "change icon" dialog
- 2022-05-15 18:23:43下载
- 积分:1
-
custom dialog source code
自定义对话框的源代码-custom dialog source code
- 2022-05-28 12:17:46下载
- 积分:1
-
获得一个窗口位置,然后代码!
get a windows position then code!
- 2022-10-19 05:25:04下载
- 积分:1
-
一款实用的WINDOWS窗口查看器,不错。
一款实用的WINDOWS窗口查看器,不错。-A practical WINDOWS window viewer, yes.
- 2022-03-13 17:06:22下载
- 积分:1
-
对Control随Dialog缩放地功能,本程序在VC6.0编译通过 本程序仅供学习之用,请在现在后24个小时后删除。...
对Control随Dialog缩放地功能,本程序在VC6.0编译通过 本程序仅供学习之用,请在现在后24个小时后删除。-Dialog on Control with zoom to function, the procedures in the VC6.0 compiler only through this learning process, please post now deleted after 24 hours.
- 2022-08-16 15:19:09下载
- 积分:1
-
实现“双对话框”的内容列表,移动左右,一个单一的移动,可以…
实现对话框中两个列表框内容的左右移动,可以单个移动,也可以全部移动-achieve two dialog box lists the contents move around, a single mobile, can all mobile
- 2022-04-19 20:01:53下载
- 积分:1