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: 257
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
© Stack Overflow or respective owner