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
(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