-
将窗口切分为三,并在切分窗口中显示不同的视类。
将窗口切分为三,并在切分窗口中显示不同的视类。-Will be divided into three window cut and split window display different categories depending on.
- 2022-03-29 11:41:59下载
- 积分:1
-
the source code can be achieved using VC square windows that function, we hope t...
该源代码可以实现利用VC++实现异形窗口这一功能,希望对大家有所帮助-the source code can be achieved using VC square windows that function, we hope to help
- 2022-04-14 18:10:30下载
- 积分:1
-
简单的绘制图片的程序。可以供初学者使用学习。
简单的绘制图片的程序。可以供初学者使用学习。-Draw a simple picture of the procedure. Can be used for beginners to learn.
- 2022-03-17 10:41:17下载
- 积分:1
-
窗体分割方法,主要对界面进行优化的,可以实现类似windows的效果。...
窗体分割方法,主要对界面进行优化的,可以实现类似windows的效果。-Form segmentation method, mainly to optimize the interface, windows can achieve similar results.
- 2022-03-05 04:32:38下载
- 积分:1
-
Tool Tips
显示tool tip
可以用在各个控件中。大家试试看 !
Tool Tips
显示tool tip
可以用在各个控件中。大家试试看 !-Tool Tips showed tool tip can be used in various Chinese control. We try!
- 2022-03-13 19:55:22下载
- 积分:1
-
窗口半透明出入的程序 应用了ClsDIB技术
窗口半透明出入的程序 应用了ClsDIB技术-translucent window access to the procedure used by the technical ClsDIB
- 2023-04-10 09:00:03下载
- 积分:1
-
用VB为一个命令行压缩工具做的图形界面
由于主程序只支持汇编和VC程序压缩,所以本程序也只限于这两种程序的压缩,另外不支持双字节文件和含有非字母数字的文件名...
用VB为一个命令行压缩工具做的图形界面
由于主程序只支持汇编和VC程序压缩,所以本程序也只限于这两种程序的压缩,另外不支持双字节文件和含有非字母数字的文件名.-VB to a command line to do the compression tool GUI main program support only because of the compilation and compression procedures VC , the procedure is limited to the two procedures compression, Also not support double byte containing documents and non-alphanumeric characters in the file name.
- 2023-05-14 14:55:04下载
- 积分: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
-
对话框进行分割视图
对话框进行分割视图
- 2023-03-28 19:35:04下载
- 积分:1
-
一个得意的对话框程序,主要对VC中控件的熟悉,主要功能是显示对话框、用对话框运行程序、控件与变量之间的相关联...
一个得意的对话框程序,主要对VC中控件的熟悉,主要功能是显示对话框、用对话框运行程序、控件与变量之间的相关联--A self-satisfied program about dialog box, it`s helpful to learn VC controls, its main function is showing a dialog box, running through dialog box, and inter-relations between control and variables
- 2023-05-19 18:25:03下载
- 积分:1