FolderBrowserDialog BUG

D

Dennis

Does anyone know if using the FolderBrowserDialog
(Framework 1.1) has a bug for when the entry point for
Main is attirbuted with [MTAThread]?


My application works as expected when the [STAThread] is
present. But when it is [MTAThread] for Main then the
FolderBrowserDialog comes up empty. There is no TreeView
control for me to navigate through to select a folder.
Only the buttons appear properly. Is this a bug???


Any comments would be appreciated.


Thanks.

Dennis
 
H

Herfried K. Wagner [MVP]

* "Dennis said:
Does anyone know if using the FolderBrowserDialog
(Framework 1.1) has a bug for when the entry point for
Main is attirbuted with [MTAThread]?

My application works as expected when the [STAThread] is
present. But when it is [MTAThread] for Main then the
FolderBrowserDialog comes up empty. There is no TreeView
control for me to navigate through to select a folder.
Only the buttons appear properly. Is this a bug???

Thats a known "problem". Why do you need 'MTAThread'?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Improve your quoting style:
<http://learn.to/quote>
<http://www.plig.net/nnq/nquote.html>
 

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