搜索资源列表
pic_open.zip
- 带位图预览的打开文件对话框(4KB)
NewDir.zip
- 类似打开文件对话框的目录选择对话框
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.
VB通过控件打开文件
- VB通过控件打开对话框,选择想要打开的文件-VB control through open dialog box, select the desired open file
65文件对话框的使用
- 该程序是实现文件对话框的操作,包括打开和关闭对话框。-the program is the operation of dialog, including open and close the dialog.
VB 例程序讲解
- VB 例程序讲解 、局域网聊天程序 二、可以换肤的窗体 三、richtext实现的文本编辑器 四、用OLE实现文件拖放 五、窗体卸载时弹出确认对话框 六、让控件大小随窗体改变而改变 七、拖动无标题栏窗体 八、在打开文件对话框中选择多文件 -VB procedures on cases, two LAN chat program, the Eurocargo Form 3, the realization richtext text edito
8.如何在程序启动时弹出文件打开对话框?
- 大家在编写应用程序,经常可以需要打开文件操作,通过标准控件非常方便就可以完成。-everyone in the preparation of applications, often need to open the file manipulation, through standard very convenient controls can be completed.
带位图预览的文件打开对话框VC源码
- 带位图预览的文件打开对话框VC源码.zip-with bitmap preview of the document to open dialog VC source. Zip
TextEdit1
- 窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮 [打开],[保存…],[另存为…]。 单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。 单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。 单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。 程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流Buffer
实例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
CeFileOpenDlg_VS2005_UPDATED
- wince 文件打开对话框自定义 文件对话框-File Open dialog box wince custom file dialog
NewDir
- 类似打开文件对话框的目录选择对话框-Directory selecting dialog box similar to file dialog box
appbar1
- 带位图预览的打开文件对话框(4KB)-With bitmap preview to open the file dialog (4KB)
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
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
java100
- 单击选择文件按钮将弹出一个打开文件对话框 选择文件后单击 输出压缩文件 按钮将弹出保存文件对话框-After the Shan strike choice document button will flick out a alternative document of open file conversation frame, the Shan strike output compression document button will flick out the frame preservin
打开文件对话框
- 自定义打开文件对话框源码 可以设置过滤器(Android OpenFile dialog mod)
使用通用文件对话框---打开读文件和保存写文件
- 使用”通用文件对话框类” 1打开文件读入内存变量 2写内存变量保存到文件