搜索资源列表
CSharp中的对话框
- 代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。-demonstrated a code C# windowsForm the various dialog boxes, including the closure of open file dialog, the dialog color, font dialog, Print and Print Preview dialog.
对话框示范程序
- 使用文件公共对话框的示范程序,菜单内有文件和帮助。-public use file dialog model procedures, menu within documents and help.
65文件对话框的使用
- 该程序是实现文件对话框的操作,包括打开和关闭对话框。-the program is the operation of dialog, including open and close the dialog.
进度条、对话框设计
- 进度条的设计,掌握颜色选择器对话框的使用,文件选择器对话框的使用,使用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
定制文件对话框
- 定制文件对话框,并显示文本文件的内容。-Custom dialog, and that the contents of text files.
Files Chooser Dialog.超级文件目录选择对话框rar
- 超级文件目录选择对话框-super directory selection dialog
定制文件对话框
- 定制文件对话框
Windows 2000中使用通用文件对话框
- Windows 2000中使用通用文件对话框-Windows 2000 use of a common dialog
实例6 2000风格的打开文件对话框
- 如何建立Windows2000风格的对话框。在对话框的左边有一快捷工具栏,能帮助我们在计算机中快速定位-how to build Windows Style dialog box. In the dialog box on the left is a fast toolbar that can help us in Computer rapid positioning
基于对话框的文件拖拽载入
- 基于对话框的文件拖拽载入~~像QQ文件传输那样,基于VC++6.0对话框
NewDir
- 类似打开文件对话框的目录选择对话框-Directory selecting dialog box similar to file dialog box
PictureDialogiew
- 主要介绍打开文件对话框,实现对图象,文本等预览。 [代码性质] VC完整应用程序代码 [代码作者] 井中月_VC [文件大小] 56K [更新日期] 2005-3-27 21:27:00 -introduces open file dialog to achieve right image, text, etc. preview. [Code nature] VC integrity of the application code [code writers] Ji
FILEDLG
- 我自己编写的代码 演示了怎么弹出一个打开文件对话框和保存文件对话框,有注释,很容易理解VC++ mfc-I have written code to demonstrate how to open up a file dialog and save the file dialog box, there are notes, it is easy to understand VC++ Mfc
Copy
- 一个文件copy程序,实现不同的文件对话框-A file copy process, the realization of different file dialog
CommonDialog
- 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
CommonDialog
- 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
DialogEx
- 实现与标准打开文件对话框衔接以产生扩展功能-To achieve convergence with the standard open file dialog box to produce the extended functionality
opndlgimgprev
- 在打开文件对话框上实现图象预览,利用钩子函数实现-In the Open File dialog box to achieve image preview, the use of hook function to achieve
DialogExample
- MFC应用示例:带图片预览的文件对话框。生成一个对话框程序,可以预览图片。-MFC Application Example: with a picture preview of the file dialog. Generate a dialog program, you can preview the image.
使用通用文件对话框---打开读文件和保存写文件
- 使用”通用文件对话框类” 1打开文件读入内存变量 2写内存变量保存到文件