folderbrowse

L

laimis

Ok guys,

this is driving me CRAZY!!! You all probably know a control called
FolderBrowserDialog that is available in windows forms. Well, I placed
it in the form and everything was working fine during testing. Couple
days of development later, when I click a button to invoke a dialog, it
comes up empty! No folder list, just three buttons: Create New, OK,
Cancel. But no list of directories! If I take the code that starts the
form and place it as the first lines of code (right at the beginning
after public static void Main(String[] args), the dialog shows the
folders!!! Any idea what is going on?

Laimis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top