G
Guest
The FolderBrowseDialog, OpenFileDialog and SaveFileDialog controls available in .NET all expose the same kind of folder browsing functionality - ie, the folder list view can be set to Detailed, Large or Small Icons etc, there's the 'Up One Level' and 'Back' buttons etc.
Is there anyway I can use these extra functions on my own form?
For example, I need a dialog that does pretty much the same as the FolderBrowseDialog, but I need a few more settings on there for the user. If I create my own dialog the only controls I can find to use are the DirListBox and DriveListBox. But the DirListBox looks dated and doesn't offer the extra functionality built-in I mention above.
Thanks very much for any help.
Mark.
Is there anyway I can use these extra functions on my own form?
For example, I need a dialog that does pretty much the same as the FolderBrowseDialog, but I need a few more settings on there for the user. If I create my own dialog the only controls I can find to use are the DirListBox and DriveListBox. But the DirListBox looks dated and doesn't offer the extra functionality built-in I mention above.
Thanks very much for any help.
Mark.