Board index » Visual Studio » User interface thread
|
akawood
|
|
akawood
|
User interface thread
Visual Studio258
Hi, does anybody know, where I could find a usefull source- code example regarding user interface thread? Thank you. Regards, Lubomir - |
| Joseph
Registered User |
Mon Sep 01 20:25:46 CDT 2003
Re:User interface thread
Take a look at my essay on my MVP Tips site on using user-interface threads.
Hint: it is hardly ever sensible to use one for user-visible windows. The name is a lousy name. Never, ever create a dialog or a child window whose parent is in another thread. Feel free to create top-level invisible windows. Anything else is leading you down a path of heartbreak and despair. joe On Sun, 31 Aug 2003 15:49:45 -0700, "Lubomir" <itlk@yahoo.com>wrote: QuoteHi, email: newcomer@flounder.com Web: www.flounder.com">www.flounder.com MVP Tips: www.flounder.com/mvp_tips.htm">www.flounder.com/mvp_tips.htm - |
