-
一个全屏显示的例子
一个全屏显示的例子-Examples of a full screen display
- 2022-03-10 16:39:22下载
- 积分:1
-
对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and Mod...
对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and ModelessDlg Class 和使用例子。在VC2003下编译成功。 -For MFC Dialog based application, how to join the Toolbar and Status bar has been a very big problem. This procedure increased the DlgBars Class and ModelessDlg Class and the use of examples. VC2003 compiler success in the next.
- 2023-03-28 14:30:03下载
- 积分:1
-
Vc6.0 implemented using a calculator applet I thinks this little calculator fea...
一个用vc6.0实现的计算器小程序;本人自认为这个小计算器的功能比windows自带的计算器要强大!-Vc6.0 implemented using a calculator applet I thinks this little calculator features than windows built-in calculator to become powerful!
- 2022-11-05 02:25:02下载
- 积分:1
-
压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视...
压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视化窗口中。-compressed no password, any WinRAR can unpack, the maze is vc++ visualization procedures will be transformed into bitmap array matrix, and then find the bitmap pathway and showed that the visualization window.
- 2022-10-25 13:30:03下载
- 积分:1
-
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。...
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。-this is a vc++6.0 winapi program.
- 2022-01-24 18:10:53下载
- 积分:1
-
给出x值,经计算得到cos(x)的结果,并可清除记录
给出x值,经计算得到cos(x)的结果,并可清除记录-Given x value, as calculated by cos (x) the results, and Clear History
- 2022-05-10 13:48:26下载
- 积分:1
-
vc ~~mfc 不规则按钮 各种形状~~~ 颜色 非常好使
vc ~~mfc 不规则按钮 各种形状~~~ 颜色 非常好使-vc ~ ~ mfc irregular buttons of various shapes ~ ~ ~ the color is so ~~~~~~~~~
- 2023-03-29 18:10:03下载
- 积分:1
-
QT dialog box controls to use, and related controls the use of an instance of
QT 对话框控件使用,及相关的控件的使用实例-QT dialog box controls to use, and related controls the use of an instance of
- 2022-08-03 11:46:34下载
- 积分:1
-
a simple mfc program that demonstrates up down dialog window
a simple mfc program that demonstrates up down dialog window
- 2022-05-31 19:13:52下载
- 积分: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