Re: SendMessage (in secondary thread) freezes application GUI thre

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Just on a completely different tack, you *are* aware that you should not
pass MFC objects across thread boundaries? Doing this can lead to all sorts
of problems, though SendMessage itself is a very thin wrapper so should be
ok.

Cheers
Doug Forster


.