Re: Need help solving a threading issue

Tech-Archive recommends: Speed Up your PC by fixing your registry



"David Wilkinson" <no-reply@xxxxxxxxxxxx> wrote in message
news:OfJNMBp0HHA.4916@xxxxxxxxxxxxxxxxxxxxxxx
Never create Windows in a secondary thread.


David, AFAIK, it is perfectly fine to create HWNDs in a secondary thread, if
they are needed. I agreee they are not needed i this case.

-- David


.



Relevant Pages

  • Re: Need help solving a threading issue
    ... David, AFAIK, it is perfectly fine to create HWNDs in a secondary thread, if they are needed. ... I agreee they are not needed i this case. ...
    (microsoft.public.vc.mfc)
  • Re: Need help solving a threading issue
    ... I agreee they are not needed i this case. ... but they are a very common source of problems. ... involving HWNDs are related to accessing the HWND from a thread that didn't ...
    (microsoft.public.vc.mfc)