开发者

how to browse through folders in system?

开发者 https://www.devze.com 2023-02-06 19:16 出处:网络
In my windows application I wan user to browse through folders, drives and on selecting a folder it will display the content of that folder, same like windows explorer. I know there is existing contro

In my windows application I wan user to browse through folders, drives and on selecting a folder it will display the content of that folder, same like windows explorer. I know there is existing control FolderBrowserDialog, but thats a separate dialog doesn't provide facility like explorer. How can I achieve this?

Edit: I am developing a utility for my personal use that will do some file management, copy, paste stuff and all. I found this: http://w开发者_运维知识库ww.codeproject.com/KB/miscctrl/FileBrowser.aspx but this is having many bugs.


You'll probably want to build an application around (among others) the System.Windows.Forms.TreeView and System.Windows.Forms.ListView controls.

0

精彩评论

暂无评论...
验证码 换一张
取 消