-
Delphi编写的一个特效程序, 限制鼠标移动,隐藏标题栏上的按钮,窗体背景渐变,透明背景
Delphi编写的一个特效程序, 限制鼠标移动,隐藏标题栏上的按钮,窗体背景渐变,透明背景-Delphi effects of a procedure, the mouse movement restrictions, hidden Biaodilanshang button Windows Background gradual, transparent background
- 2022-03-11 07:29:45下载
- 积分:1
-
通过窗口句柄得到执行文件名
通过窗口句柄得到执行文件名- Obtains through the window sentence handle carries out the
filename
- 2022-03-24 10:21:17下载
- 积分:1
-
complex in the middle of an application process, based on the level display soft...
在一个中等复杂的应用程序中,按用户的层次展示软件的特征比较合适。对于初学者,有限制地显示一些特征是应该的;而对于熟练用户,则应全面展示应用程序的特征。这样,就需要根据用户层次扩展/收缩对话框-complex in the middle of an application process, based on the level display software features more appropriate. For beginners, there are limitations to show some characteristics should be; For advanced users, should fully demonstrate the application"s features. In this way, users need to expand level/contraction dialog
- 2022-10-29 11:15:08下载
- 积分:1
-
Can choose a list of the new dialog box, somewhat like the procedure Taiwan Adva...
可以选择新建对话框的列表,有点像台湾研华的程序Demo,适于学习-Can choose a list of the new dialog box, somewhat like the procedure Taiwan Advantech Demo, suitable for learning
- 2022-01-27 12:49:41下载
- 积分: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
-
自定义的CFiledialog类,可以实现图片预览
自定义的CFiledialog类,可以实现图片预览-CFiledialog categories, preview images can be achieved
- 2022-05-30 07:38:13下载
- 积分:1
-
一个简单的窗口程序,对于初学者理解windows程序原理和上路会有一定的帮助...
一个简单的窗口程序,对于初学者理解windows程序原理和上路会有一定的帮助-A simple window procedure, for beginners to understand the principles and the road windows program will help
- 2022-07-21 04:05:37下载
- 积分:1
-
A dialog box for the interface with the self
一个用对话框为界面自做的定时关机程序~希望大家喜欢-A dialog box for the interface with the self-timed shutdown program to do ~ hope everyone likes
- 2023-01-22 22:15:03下载
- 积分:1
-
自动重绘窗体内控件的VC控件,包含源代码和一个例子
自动重绘窗体内控件的VC控件,包含源代码和一个例子-Automatically redraw the window controls the VC controls the body, including source code and an example
- 2022-05-24 09:47:32下载
- 积分:1
-
用api实现的字形窗体,很有意思,有助于理解api函数
用api实现的字形窗体,很有意思,有助于理解api函数-with api achieve the glyph windows, it is interesting that contribute to the understanding api function
- 2022-04-10 12:46:33下载
- 积分:1