Board index » Visual Studio » User interface thread

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


-
 

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:



Quote
Hi,



does anybody know, where I could find a usefull source-

code example regarding user interface thread?



Thank you.

Regards,



Lubomir



Joseph M. Newcomer [MVP]

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

-