Click to See Complete Forum and Search --> : Can I create child window in multi thread?


jeffchen
January 7th, 2005, 10:59 PM
Hi,

Can I create a child window in another thread? Because I don't want to block my main application if the child window is got blocked. such as a modal dialog or time consuming task.

Thanks

Jeff

Ejaz
January 8th, 2005, 04:50 AM
Threads: How to access UI elements from a thread in MFC? (http://www.codeguru.com/forum/showthread.php?t=312454)
UI-Thread Demonstration (http://www.codeguru.com/Cpp/misc/misc/threadsprocesses/article.php/c3761/)
User Interface Threads in MFC (http://www.codersource.net/mfc_user_interface_thread.html)

Andreas Masur
January 8th, 2005, 05:15 AM
[ Moved thread ]