Is it not possible to show a FolderBrowserDialog from a non-UI thread?

Posted by Manish on Stack Overflow See other posts from Stack Overflow or by Manish
Published on 2010-05-31T10:35:03Z Indexed on 2010/05/31 10:52 UTC
Read the original article Hit count: 232

I'm facing problem in showing FolderBrowserDialog instance created and called from a non-UI thread. It doesn't get renders properly.

Being more specific, it doesn't shows the folder tree but displays only the Make New Folder OK and Cancel alt text

© Stack Overflow or respective owner

Related posts about c#

Related posts about multithreading