ShowDialog Bug
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I noticed a bug with using ShowDialog to display a custom dialog box, and then using ShowDialog from that custom dialog to display a FolderBrowserDialog. The problem is when I select "Ok" or "Cancel" on the FolderBrowserDialog, both dialog boxes disapear. Has anyone else run into this problem? And if you have, have you been able to get around it? Thanks in advance.