-
这是一个delphi的程序界面的技巧。
这是一个delphi的程序界面的技巧。-This is a delphi program interface techniques.
- 2022-01-21 21:28:54下载
- 积分:1
-
此小程序,通过简单的函数实现了窗口的动画效果,对菜鸟熟悉VC++编程很有帮助...
此小程序,通过简单的函数实现了窗口的动画效果,对菜鸟熟悉VC++编程很有帮助-This small procedure, through a simple function of the realization of the window animation effects, on the rookie familiar VC++ Programming helpful
- 2022-02-01 16:20:34下载
- 积分: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
-
课程设计:仓库管理系统!包括报告和原程序,大家一定会喜欢
课程设计:仓库管理系统!包括报告和原程序,大家一定会喜欢-Course Design : warehouse management system! Including the report and the original procedure, we will certainly like
- 2022-07-22 18:17:02下载
- 积分: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
-
一小段代码,直接连接打印机打印 这是一个按纽事件你加上去试试 !实现窗体打印功能!...
一小段代码,直接连接打印机打印 这是一个按纽事件你加上去试试 !实现窗体打印功能! -A small section of code, directly connect the printer to print this is a button to add your event to try! The realization of form printing function!
- 2022-02-12 09:40:57下载
- 积分:1
-
floating panels, a considerable use of floating panels
浮动面板,相当使用的浮动面板-floating panels, a considerable use of floating panels
- 2022-08-13 17:29:01下载
- 积分:1
-
类似打开文件对话框的目录选择对话框
类似打开文件对话框的目录选择对话框-Directory selecting dialog box similar to file dialog box
- 2023-03-03 00:40:03下载
- 积分:1
-
自动停靠窗体,可直接运行,产生Winamp 效果的自动停靠窗体,有兴趣的可参考。...
自动停靠窗体,可直接运行,产生Winamp 效果的自动停靠窗体,有兴趣的可参考。-Automatically docked form, can be directly run, producing the effect of the automatic docking Winamp form, interested can refer to.
- 2023-08-26 17:25:03下载
- 积分:1
-
通过例子进行指导网络编程,以及窗口的处理,使使用着对网络和java有更高的认识...
通过例子进行指导网络编程,以及窗口的处理,使使用着对网络和java有更高的认识-network programming guide, and the processing window, the use of a network of java and a higher awareness
- 2022-10-29 12:30:03下载
- 积分:1