Welcome![Sign In][Sign Up]
Location:
Search - SHBrowseForFolder

Search list

[Dialog_WindowArielBrowseFolder

Description: A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. User has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triangle on the dropdown box may be substituted for any 8x7 pixel bitmap, with a choice of mask colors. Full set of events, click() upon dialog close, Change() and DropDown() prior to opening of the dialog. Source also implements BitBlt() API function to copy transparent images. -resembling a combobox. When the dropdown button is clicked. a browse through a folder to select a treeview di Rectory is displayed. Uses the SHBrowseForFol der function, amongst other APIs. A call back procedure is imp lemented showing the currently selected folde r in the browse for folder dialog. User has the ch VoIP to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triang le on the dropdown box may be substituted for any 7x6 pixel bitmap. with a choice of mask colors. Full set of events, click () upon dialog close, Change () and DropDown () prior to opening of the dialog. Source also implements BitBlt () API fu nction to copy transparent images.
Platform: | Size: 139086 | Author: 陈宏 | Hits:

[Internet-Networksystemfocusdialog

Description: 如果你开发过Windows NT系统上的网络软件,肯定碰到过让用户选择要求连接的或登陆的计算机或者域名的情况。这种情况下肯定用过外壳API函数,像SHGetSpecialFolderLocation 和 SHBrowseForFolder,并显示标准的资源管理器对话框-If you develop Windows NT system over the network software certainly encountered allows users to connect selecting the landing or the computer or domain name situation. Under these circumstances certainly used shell API function, and as SHGetSpecialFolderLocation SHBrowseForFolder and display standard resource management for dialog
Platform: | Size: 13980 | Author: 刘东 | Hits:

[OtherSHBrowseForFolder

Description: 浏览文件夹类型,监控指定文件夹下的文件,实现文件监控-View folder type, monitor designated folder of documents, files control
Platform: | Size: 4295 | Author: | Hits:

[Other resourcegps_bff

Description: 一个完善的SHBrowseForFolder封装类 在你的应用程序中添加对GPS(全球定位系统)的支持,提供的DLL可被其它开发软件所利用(83KB)-a perfect SHBrowseForFolder Packaging category in your application to add GPS (Global Positioning System) support, providing the other DLL can be used by software development (83KB)
Platform: | Size: 106888 | Author: skin8 | Hits:

[JSP/JavaPathPicker_src

Description: the same function with explore of SHBrowseForFolder example
Platform: | Size: 17563 | Author: alvin zeng | Hits:

[Windows DevelopMultiFolder24

Description: 使用三态树实现多目录选择,在选择目录时,可以使用系统提供的Shell函数SHBrowseForFolder,这个函数功能比 较强大,在一般情况下使用它基本上能够满足要求
Platform: | Size: 44035 | Author: leiqiong | Hits:

[Dialog_WindowBFF_src

Description: 一个完善的SHBrowseForFolder封装类-a perfect SHBrowseForFolder Packaging Category
Platform: | Size: 3650 | Author: 金辉 | Hits:

[WinSock-NDISFolderBrowser

Description: 一个封装了SHBrowseForFolder函数的文件夹浏览控件,包含源代码和简单的使用范例-a function of the SHBrowseForFolder folder browser controls, including source code and the use of simple examples
Platform: | Size: 27401 | Author: asong | Hits:

[Internet-Networksystemfocusdialog

Description: 如果你开发过Windows NT系统上的网络软件,肯定碰到过让用户选择要求连接的或登陆的计算机或者域名的情况。这种情况下肯定用过外壳API函数,像SHGetSpecialFolderLocation 和 SHBrowseForFolder,并显示标准的资源管理器对话框-If you develop Windows NT system over the network software certainly encountered allows users to connect selecting the landing or the computer or domain name situation. Under these circumstances certainly used shell API function, and as SHGetSpecialFolderLocation SHBrowseForFolder and display standard resource management for dialog
Platform: | Size: 13312 | Author: 刘东 | Hits:

[Dialog_WindowBFF_src

Description: 一个完善的SHBrowseForFolder封装类-a perfect SHBrowseForFolder Packaging Category
Platform: | Size: 3072 | Author: 金辉 | Hits:

[Internet-NetworkFolderBrowser

Description: 一个封装了SHBrowseForFolder函数的文件夹浏览控件,包含源代码和简单的使用范例-a function of the SHBrowseForFolder folder browser controls, including source code and the use of simple examples
Platform: | Size: 26624 | Author: asong | Hits:

[Dialog_Windowshfoldering

Description: 在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于"bi.pidlRoot"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在"global.h"中,函数调用在"SHFolderDlg.cpp"中的"void CSHFolderDlg::OnClick_SHBrowseForFolder()"中,重要的部分我说明了一下,写的不好请大家原谅. 2.原来文章中的程序是有日文注释的,在我的朋友陈伟林帮助下写成了中文,在此向他表示感谢.-a project preparation process, the need to resort to an initial list can specify the directory to choose dialog, I initially found http://www.vckbase.com/bbs/prime/viewprime.asp id = 94 article, it is found that "bi . pidlRoot "format, it should not be difficult to achieve such a function and later in a Japanese website found an article with sample code and related (not a web site now, sorry, after finding a plus), using a callback function to solve this problem, I shall now examples of procedures done, the relevant Puzzle colleagues for reference. Note : 1. important functions and macros "global.h", the function call "SHFolderDlg.cpp" the "void CSHFolderDlg : : OnClick_SHBrowseForFolder ()", it was important to part of what I would say and write bad
Platform: | Size: 17408 | Author: 啊啊啊 | Hits:

[Dialog_WindowArielBrowseFolder

Description: A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. User has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triangle on the dropdown box may be substituted for any 8x7 pixel bitmap, with a choice of mask colors. Full set of events, click() upon dialog close, Change() and DropDown() prior to opening of the dialog. Source also implements BitBlt() API function to copy transparent images. -resembling a combobox. When the dropdown button is clicked. a browse through a folder to select a treeview di Rectory is displayed. Uses the SHBrowseForFol der function, amongst other APIs. A call back procedure is imp lemented showing the currently selected folde r in the browse for folder dialog. User has the ch VoIP to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triang le on the dropdown box may be substituted for any 7x6 pixel bitmap. with a choice of mask colors. Full set of events, click () upon dialog close, Change () and DropDown () prior to opening of the dialog. Source also implements BitBlt () API fu nction to copy transparent images.
Platform: | Size: 139264 | Author: 陈宏 | Hits:

[OtherSHBrowseForFolder

Description: 浏览文件夹类型,监控指定文件夹下的文件,实现文件监控-View folder type, monitor designated folder of documents, files control
Platform: | Size: 4096 | Author: | Hits:

[GPS developgps_bff

Description: 一个完善的SHBrowseForFolder封装类 在你的应用程序中添加对GPS(全球定位系统)的支持,提供的DLL可被其它开发软件所利用(83KB)-a perfect SHBrowseForFolder Packaging category in your application to add GPS (Global Positioning System) support, providing the other DLL can be used by software development (83KB)
Platform: | Size: 106496 | Author: skin8 | Hits:

[JSP/JavaPathPicker_src

Description: the same function with explore of SHBrowseForFolder example-err
Platform: | Size: 17408 | Author: alvin zeng | Hits:

[Windows DevelopMultiFolder24

Description: 使用三态树实现多目录选择,在选择目录时,可以使用系统提供的Shell函数SHBrowseForFolder,这个函数功能比 较强大,在一般情况下使用它基本上能够满足要求-The use of three-state multi-directory tree to choose, the choice of directory, you can use the system provided by Shell function SHBrowseForFolder, more powerful features of this function, under normal circumstances to use it basically to meet the requirements of
Platform: | Size: 44032 | Author: leiqiong | Hits:

[Otheraswd

Description: 通过SHBrowseForFolder函数实现选择目录-SHBrowseForFolder
Platform: | Size: 171008 | Author: zhanger | Hits:

[GUI DevelopEnhanced_SHBrowseForFolder_Function

Description: Browse for a Folder using SHBrowseForFolder API function with a callback function BrowseCallbackProc. This Extends the functionality that was given in the MSDN Knowledge Base article Q179497 "HOWTO: Select a Directory Without the Common Dialog Control".-Browse for a Folder using SHBrowseForFolder API function with a callback function BrowseCallbackProc. This Extends the functionality that was given in the MSDN Knowledge Base article Q179497 " HOWTO: Select a Directory Without the Common Dialog Control" .
Platform: | Size: 2048 | Author: soni | Hits:

[Windows DevelopSHBrowseForFolder

Description: SHBrowseForFolder封装类 方便使用吧,功能比系统的做了加强-SHBrowseForFolder it easy to use wrapper classes, functions to do than to strengthen the system
Platform: | Size: 417792 | Author: lin | Hits:
« 12 »

CodeBus www.codebus.net