搜索资源列表
一个永远显示的对话框
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计
让你的软件界面更漂亮二
- 我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格很困难。除非你对MFC了如指掌,甚至要了解操作系统内核。本人在摸索过程中经过无数次碰壁后,终于找到了希望。-Windows window style is basically the same, Microsoft's application software and operating system are the basic
CDialogEx
- 扩展CDialog类,可以有更丰富的对话框界面 ,初学者可以看一下-expansion CDialog category, there could be more rich dialog interface, beginners can look at the
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
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, inherited from CDialog. After the dial
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 with the top button of the di
xgui-extension
- Bobi B has written a very cool Photoshop-like color picker (you can click here to see how cool it is), but since this is compiled into a DLL, it is very hard to use with existing MFC projects. I decided therefore to create a simple class to mimic CGT
base64
- CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon ZeroMemory
ClickDialog
- 点击按钮,弹出另一个对话框的Demo 第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单! 第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog 第三步:在主对话框中为按钮添加函数。如下: void CClickDialogDlg::OnButton1() { // TODO: Add your control notifi
resizabledlg
- The CResizeableDialog class extends the CDialog class in order to support functions to resize your dialog. A control anchored to the dialog window will be moved and resized automatically resizing the window. To se how to anchor a control see below.
VC++ CDialog class extension
- VC++ CDialog class extension,增加了一些方便使用的功能。
vwindlg
- 一个在对话框中加CHtmlView的例子,-An example of adding CHtmlView to dialog box
CDIALOG
- 用C+SDK写的对话框基类,模仿MFC CDialog的实现。-Written using C+ SDK dialog base class that mimics MFC CDialog implementation.
dlgforever
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办
Cdialog
- 具有动画效果的对话框实现程序,可以实现两种效果-Animation effects with a realization of the dialog box procedure, the two effects can be achieved
Window
- 实现一个浮动的对话框 就像迅雷的那个浮动框-float class CDialog
CDialogSK_demo
- A class to skin CDialog
sss
- 漂亮 自绘 对话框 虎胆龙威4 黑客 使用:将JsDialog.h和JsDialog.cpp添加到你的工程中,将原来工程中CDialog处修改为JsDialog即可,别忘了添加头文件#include "JsDialog.h"。Cool... any good suggestion email to jssoso@163.com-pretty selfdraw dialog hacker
dialog
- 掌握对话框和CDialog类 掌握对话框的创建、显示和数据校验机制 掌握模式对话框与无模式对话框的使用方法 掌握公共对话框的使用-CDialog class to grasp and master the dialog box dialog box to create, display and data verification mechanisms to master mode and free mode dialog box dialog box to use to master
