Can I create child window in multi thread?

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
[227 byte] By [jeffchen] at [2007-11-19 4:15:13]
# 1 Re: Can I create child window in multi thread?
Threads: How to access UI elements from a thread in MFC? (http://www.dev-archive.com/forum/showthread.php?t=312454)
UI-Thread Demonstration (http://www.dev-archive.com/Cpp/misc/misc/threadsprocesses/article.php/c3761/)
User Interface Threads in MFC (http://www.codersource.net/mfc_user_interface_thread.html)
Ejaz at 2007-11-9 13:57:10 >
# 2 Re: Can I create child window in multi thread?
[ Moved thread ]
Andreas Masur at 2007-11-9 13:58:10 >