At run time when running in a seperate thread I tell a pane to activate and pin the pane and its contents completely disappear. Why and how can I resolve this? 1.1 of framework VS 2003.
Thank you so much.
When working in a multi-threaded environment, you need to make sure that you are back on the UI thread when trying to update the UI.
Here are some articles that explain what you need to do:
http://www.eggheadcafe.com/tutorials/aspnet/05d5695e-4a33-4308-9734-6b21edabbbc3/tools-for-updating-window.aspx
http://msdn.microsoft.com/en-us/library/ms951089.aspx
http://weblogs.asp.net/justin_rogers/pages/126345.aspx