搜索资源列表
CFileDialogAddin_src
- 这是VC的一个插件的源代码,编译后生成dll。VC加载上后,可以用它来生成各种需要的CFileDialog的调用代码,非常方便。-This is a plug-in source code, compile after generation dll. VC loaded on, it can be used to generate a variety of needs CFileDialog call code is very convenient.
VC++CFileDialog1
- 在本例中,我们将制作一个利用CfileDialog类弹出“打开”对话筐的应用程序。-in this case, We will make use of a pop-up CfileDialog category "open" dialogue basket applications.
select folder
- VC中提供了CFileDialog类来选择文件,如果想实现选择文件夹的功能,就不是那么简单了。下面的函数,可以实现选择文件夹的功能。并且可以指定文件夹和对话框的名称。
CFileDialog
- 一个定制CFileDialog对话框的实例,是用VC实现的,欢迎大家下载-A custom CFileDialog dialog example is the use of VC to achieve, welcome you to download
openfiledlg3
- 近有位读者来信指出:《在线杂志》第26期中有一篇文章:“再谈 CFileDialog 对话框的定制”,其例子程序有一个bug。如果多选时选中的文件过多,那么后面选中的文件将无效,也就是说即使也白选,点击“确定”后没有任何操作 。本文将提供解决此问题的办法,并说明问题的来由。代码性质] VC完整应用程序代码 [代码作者] Northtibet [文件大小] 28K [更新日期] 2005-9-28 17:17:00 -recent letter from a reader : &qu
CFileDialog
- vc 写的增加控件按钮,是窗体界面,与大家分享。共同探讨。-vc wrote an increase in the control button interface is a form to share with you. To explore.
FolderDlg
- 实现选择文件夹的对话框,因为Windows内置的只有CFileDialog只能选择文件-a VC programme that allow user select a folder path
FileDlgExDemo
- 一个VC++增强型的CFileDlgEx文件对话框,可以替代CFileDialog,加入了显示图片、图标、TAB标签的功能,扩展了Windows系统标准对话框的功能,这在我们以后的编程中可能很有用。 -A VC++ enhanced CFileDlgEx file dialog, you can replace CFileDialog, add the display picture, icon, TAB function of the label extends the standard
FileDlgExDemo
- 个VC++增强型的CFileDlgEx文件对话框,可以替代CFileDialog,加入了显示图片、图标、TAB标签的功能,扩展了Windows系统标准对话框的功能,这在我们以后的编程中可能很有用。-A VC++ enhanced CFileDlgEx file dialog, you can replace CFileDialog, add a display picture, icon, TAB function of the label extends the standard Window
Example103
- vc用CFileDialog类选择文件 的程序源码,很不错的demo-select the file using CFileDialog class vc program source code, very good demo
filedlg
- 用CFileDialog类选择文件filedlg.rar,很不错的vc源码,希望能对大家有所帮助-Select the file using CFileDialog class filedlg.rar, very good vc source, I hope you can help
custfile
- 可以再vc上的文件对话框添加一对按钮的例子,方便使用按钮的添加。-This sample shows how to add a couple of extra buttons to a CFileDialog.