H,
I have a old MFC application with a class that inherits from CWnd. I was talking to the original author, who stated that Cwnd::Create() makes a new thread. I however can not find any reference to this in the MSDN documentation http://msdn.microsoft.com/en-us/library/0yhc9kx4.aspx
Can anyone confirm that when Cwnd is Create() is called there is a new thread started. A link to some documentation explaining it would be perfect.
Thanks