This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: FolderBrowserDialog .NET DLL Custom Action not showing folder tree
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 04, 2011
06:33 PM
FolderBrowserDialog .NET DLL Custom Action not showing folder tree
I built a static method in a .NET DLL that does this:
System.Windows.Forms.FolderBrowserDialog dialog = new System.Windows.Forms.FolderBrowserDialog();
dialog.ShowDialog();
When the dialog is shown, it doesn't contain the folder tree:
http://imgur.com/fpycL&MrgOH
Then if I cancel it and show it again it shows up!
http://imgur.com/fpycL&MrgOHl
minus the black box of course.
What's wrong here?
System.Windows.Forms.FolderBrowserDialog dialog = new System.Windows.Forms.FolderBrowserDialog();
dialog.ShowDialog();
When the dialog is shown, it doesn't contain the folder tree:
http://imgur.com/fpycL&MrgOH
Then if I cancel it and show it again it shows up!
http://imgur.com/fpycL&MrgOHl
minus the black box of course.
What's wrong here?
(1) Reply