FileBrowserDialog is blank.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm running VS 2003 with NetFramework 1.1.
I've added a FileBrowserDialog to a WinForm and set the properties for
Description and hiding the NewFolder button.
These properties are correctly displayed with I show the dialog.
But, the directory tree is always blank, regardless of the Root property
(eg. Desktop or MyComputer). I've left the SelectedPath properties empty. I
must be missing something. --
Thanks for your help.
 
Ron,

There is no FileBrowserDialog in Net about what control are you talking?

Cor
 
Ron,

Can you show us some code that you used to set the properties?

Cor
 
I'm running VS 2003 with NetFramework 1.1.
I've added a FileBrowserDialog to a WinForm and set the properties for
Description and hiding the NewFolder button.
These properties are correctly displayed with I show the dialog.
But, the directory tree is always blank, regardless of the Root property
(eg. Desktop or MyComputer). I've left the SelectedPath properties empty. I
must be missing something. --
Thanks for your help.

A common reason for this is not having the STAThread attribute on your
Main method.



Mattias
 

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

Back
Top