搜索资源列表
一个永远显示的对话框
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序
VC++ CDialog class extension
- VC++ CDialog class extension,增加了一些方便使用的功能。
dlgforever
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确
dialog.tar
- This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) 这是一个 unix 系统下的对话框管理程序, 你可以将该程序编译后,直接使用。-This version of dialog, formerly known as cd
让你的软件界面更漂亮二
- 我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格很困难。除非你对MFC了如指掌,甚至要了解操作系统内核。本人在摸索过程中经过无数次碰壁后,终于找到了希望。-Windows window style is basically the same, Microsoft's application software and o
让你的软件界面更漂亮
- 我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格很困难。-Windows window style is basically the same, Microsoft's application software and operating system are the basic style is unified. T
CDialogEx
- 扩展CDialog类,可以有更丰富的对话框界面 ,初学者可以看一下-expansion CDialog category, there could be more rich dialog interface, beginners can look at the
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWfr a me ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ...
cdialog
- 主要扩展了对话框类,可以设置对话框的背景色,以及对话框的背景声音!-major expansion of the category of dialog, the dialog can set the background color and the background voice box!
AutoResizeDlg
- 无意看到EnumChildWindows函数,于是写了个自动改变控件位置的类CAutoResizeDlg,由CDialog继承而来。 以后做对话框程序可以方便改变大小了-no wish to see EnumChildWindows function, So wrote the automatic controls to change the location of CAutoResizeDlg category, inherite
ResizeDialog
- 这是一个继承CDialog类的一个对话框类,其中实现了对话框的动态变动大小,包括对话框上面的按钮随着对话框的变化而变化,非常好的一个,已经实际应用好几次-This is a kind of inheritance CDialog a dialog box category, a dialog box in which to achieve the dynamic changes in the size, including dialog
ClickDialog
- 点击按钮,弹出另一个对话框的Demo 第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单! 第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog 第三步:在主对话框中为按钮添加函数。如下: void CClickDialogDlg::OnButton1() { //
httpdownloaddlg_xd
- The class implements an MFC CDialog derived class which performs HTTP downloads similar to the Internet Explorer 利用HTTP协议下载的类(43KB) -The class implements an MFC CDialog derived class which performs HTTP downloads
progress_ctrlx_src
- Progress Bar是讓使用者瞭解現狀的好方法!把控件放到CMyProgressForm 這個 CDialog 中, 那麼在使用時可以使用 Modeless 的方式, 把 Dialog 建立起來。當然了, 你的高耗時程式應該要用一條特別的 thread來執行,否則視窗根本不會繪圖。-Progress Bar allows users to understand the status quo is a good way! The co
webdownload
- 代码包含: Cfr a meWnd,CDialog,Static,Button,ListCtrl,TreeCtrl,TextBox,Menu 等窗体控件的自绘方法,并打包成类库.rar-Code contains: Cfr a meWnd, CDialog, Static, Button, ListCtrl, TreeCtrl, TextBox, Menu control, such as form of self-painting m
Cdialog
- 具有动画效果的对话框实现程序,可以实现两种效果-Animation effects with a realization of the dialog box procedure, the two effects can be achieved
Calculator
- 本计算器一个MFC可视化程序,我用的是CDialog。这是一个高精度的计算器,不是一个简单加减乘除的计算器,有一定的 算法难度。能算超大型数据的加减乘除,能做200以内的阶乘运算.能计算很高精度的实数幂运算。使用方法基本上是和普通计算器一样的-This calculator a MFC visualization procedures are used in my CDialog. This is a high-precision
ftpscanner
- unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitFo
CDialogSK_demo
- A class to skin CDialog
CDIALOG
- 用C+SDK写的对话框基类,模仿MFC CDialog的实现。-Written using C+ SDK dialog base class that mimics MFC CDialog implementation.