-
DOIView示例程序中,演示了资源、键盘加速键和弹出式菜单的用法.程序中的文本被存储为一系列字符串资源。DOIView将文本格式化来适应程序窗口,并使用滚动条
DOIView示例程序中,演示了资源、键盘加速键和弹出式菜单的用法.程序中的文本被存储为一系列字符串资源。DOIView将文本格式化来适应程序窗口,并使用滚动条来滚动文本。
-DOIView sample program, presentation resources, keyboard keys, and accelerate the use of pop-up menu. Program text is stored as a series of string resources. DOIView text formatted to adapt to program window, and use the scroll bar to scroll text.
- 2022-02-03 01:19:23下载
- 积分:1
-
一个Bin文件生成工具,主要对VC基本控件使用!
一个Bin文件生成工具,主要对VC基本控件使用!-a document generation tool, the main component of the basic use of VC!
- 2023-05-14 22:15:03下载
- 积分:1
-
本工程完全实现自绘对话框,能够让你完全了解自绘过程,
本工程完全实现自绘对话框,能够让你完全了解自绘过程,-The full realization of this project since the draw dialog box allows you to fully understand the self-drawn process,
- 2023-05-15 18:05:03下载
- 积分:1
-
课程设计:仓库管理系统!包括报告和原程序,大家一定会喜欢
课程设计:仓库管理系统!包括报告和原程序,大家一定会喜欢-Course Design : warehouse management system! Including the report and the original procedure, we will certainly like
- 2022-07-22 18:17:02下载
- 积分:1
-
这个程序可以改变MDI窗口框架的颜色,通过编译
这个程序可以改变MDI窗口框架的颜色,通过编译-This procedure can change the color of MDI frame window, through the compiler
- 2022-02-07 05:38:33下载
- 积分:1
-
实现全屏显示
实现全屏显示-achieve full screen display
- 2023-08-30 11:15:03下载
- 积分:1
-
某种意义上讲,定义控制器
多视图的切换,已经自定义的控件,如何切换焦点-multiviews,define controllers
- 2022-02-01 11:53:33下载
- 积分:1
-
实现属性对话框的画图小应用程序,是本人做为教学综合的一个程序...
实现属性对话框的画图小应用程序,是本人做为教学综合的一个程序-Attributes dialog to achieve the drawing small applications, and is teaching himself as an integrated process
- 2023-04-20 06:55:03下载
- 积分:1
-
基于对话框的小通讯录,可以进行简单的排序功能
基于对话框的小通讯录,可以进行简单的排序功能-Based on the small address book dialog box, you can order a simple function
- 2022-07-18 09:03:47下载
- 积分: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