background worker window controls not rendered

Posted by senthil on Stack Overflow See other posts from Stack Overflow or by senthil
Published on 2010-06-01T13:52:05Z Indexed on 2010/06/01 14:03 UTC
Read the original article Hit count: 156

Filed under:
|
|
|

Is there any way to load window inside the background worker thread without using showdialog()? the background worker only terminate only after getting some input from the window. Here the issue is window shown but the button and other controls are not rendered even we don't have control over any of the window.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET