-
Permit a program by a number of front
允许一个程序由多个前端窗口 -Permit a program by a number of front-end window
- 2022-02-05 02:41:15下载
- 积分:1
-
一个Winmap的外置插件的例子,有兴趣的可以研究研究
一个Winmap的外置插件的例子,有兴趣的可以研究研究--he example of the external plug-in package of one Winmap, recommend
- 2023-01-04 04:55:03下载
- 积分: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
-
这是一个VC的界面分割程序。多个界面View视图可以很方便的进行切换,单个文档可以对应多个视图。...
这是一个VC的界面分割程序。多个界面View视图可以很方便的进行切换,单个文档可以对应多个视图。-This is a VC interface segmentation procedures. View multiple interfaces can easily view the switch, a single document can be more than counterparts View.
- 2022-07-12 21:24:54下载
- 积分:1
-
图形按钮的实现,主要是使用类CButtonST
图形按钮的实现,主要是使用CBUTTONST类-Graphics button realize, the main category is the use of CBUTTONST
- 2022-02-06 02:34:32下载
- 积分:1
-
此程序演示了一段用VB编写的窗体颜色渐变的功能,渐变色可在程序中自行修改~...
此程序演示了一段用VB编写的窗体颜色渐变的功能,渐变色可在程序中自行修改~-This program demonstrates some form of the function of the color gradient, gradient colors can be modified in the program itself ~
- 2022-11-17 01:05:03下载
- 积分:1
-
grasp of word processing procedures for the preparation, how to customize fonts...
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
- 2022-03-22 08:53:47下载
- 积分:1
-
in vc windows of the former window control procedures
在vc中对windows窗口随心所欲的控制程序-in vc windows of the former window control procedures
- 2022-06-29 20:36:06下载
- 积分:1
-
CAJViewer论文阅读器,可以看很多的论文,比如万方下的
CAJViewer论文阅读器,可以看很多的论文,比如万方下的-CAJViewer thesis reader, you can watch a lot of papers, for example, under万方
- 2022-06-02 07:54:16下载
- 积分: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