搜索资源列表
进度条、对话框设计
- 进度条的设计,掌握颜色选择器对话框的使用,文件选择器对话框的使用,使用JOptionPane类创建对话框,通过制作“设置字体”对话框,掌握列表框、单选按钮、组合框等组件的使用,了解打包工具JAR的使用 -progress of the design and master color selector dialog box use, the paper selector dialog box, use category JOptionPane create dialog, through th
DialogInTemp
- 从内存中构造和创建对话框, 防止应用程序的资源文件被串改-from memory structure and create dialog, to prevent the application's resource file is altered
dynamically-create-view
- 本实例将实现在对话框中创建一个滚动视图,实例的运行界面见源码部分。-In the dialog box to create a scroll view
Win32
- 纯API创建对话框和通过数组批量建立各种控件-API CREATE DIALOG AND A LOTS OF BUTTON
CreateDialog
- 用VC实现窗口的创建,仿照MFC单文档对话框编写的源代码-The method of create Dialog
tabtoolbardemo_src
- Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simp
customize_dialog
- 定制的Windows常见文件打开对话框 定制的共同文件打开对话框的目标如下: 启动在某一理想的目录,指定的客户端。 只显示文件夹目录中,而不是文件。 隐藏的两个按钮的工具栏,使用户无法提升之一层级或创建一个新文件夹。 使组合框顶部的对话框,显示当前文件夹只读,因此,用户可能不会选择另一个目录从这里。 防止用户更改目录时,用户类型的不同的路径在编辑框底部的对话框。包括通配符字符-Customized Windows Common File Open dialog
example03
- 模态对话框和非模态对话框的创建,分别可以在对话框的菜单下显示出来-Non-modal dialog box and create a modal dialog box, respectively, in the dialog box is displayed under the menu
CDynamicDialog
- 动态创建对话框的实现,无需资源文件。对于自由对话框很有借鉴意义。-dynamically create dialog with out resource file
EX9_1
- 利用MFC创建对话框,依据用户的输入完成基本的加减运算,并可以不断地扩充其他功能!-To use MFC to create dialog boxes, based on the user' s input to complete basic addition and subtraction operations, and can continue to expand other functions!
dlgbased
- 基于VS2005,创建对话框载入图片并做处理-Based on VS2005, create a dialog box to load image and do deal with
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
14create-a-version-dialog-
- 用visual c++实现创建一个有关版本信息的对话框。-To create a relevant version information dialog by using visual c++.
Sample4_1
- vc创建对话框实例的源码,有兴趣的朋友可以看下-vc source code to create dialog instance, interested friends may have a look
AnimateWindow_Dialog
- 制作动态弹出的对话框,使对话框在左下角自下而上弹出。-Create dynamic pop-up dialog box, make the dialog box pops up in the lower left bottom.
CDynamicDialog
- VC++实现动态创建对话框 -VC++ to create dynamic dialog boxes in VC++ to dynamically create dialog
TransparetDlg
- MFC创建透明对话框,透明度可调。vc6.0开发环境。-MFC create dialog
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① trans
VC-how-to-create-dialogy
- 如何动态创建模态非模态对话框的一篇文章,有详细的源代码-how to create a dialog
Create-dialog
- 一个关于创建对话框的基础练习题,实现VC对话框的创建。-A basis for creating dialog exercises, to achieve the creation VC dialog.