CommonDialog - Open |
Post Reply |
Author | |
bfelknor
Newbie Joined: 24 July 2008 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 28 July 2009 at 8:26pm |
I want to create folder browser using the common dialog control.
It's pretty clear how to use the showbrowsefolder method, and I like being able to set an initial folder, but the dialog is not sizable and the navigation without the task bar (as is now common in windows explorer) is not nice.
So, I'm trying to figure out how to use the showopen method to do this. I want to be able to set an initial folder, filter the lists to only drives and folders and return only a folder.
Is it possible ?
Also, there is no documentation on DialogStyle. Is there an enumeration for this ?
Thanks.
Bruce
|
|
Bruce
|
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
The BrowserDialog is a common-control from windows. CJ give you still access.
The ShowOpen expect to select a file and not a directory. It's also a common-control in windows and can't be modified.
You must then build your own control to solve this.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |