Subj : How to get the handle of thread who sending a message? To : comp.programming.threads From : Liu Pingkai Date : Mon Jan 10 2005 05:04 pm Hi, I am writing a small windows program. There is a thread A sending some message to the Main Window thread, the main window get the message, and do some work about the thread A in MainWndProc. But How could the routine get the thread handle just from this message? Thanks a lot. Pingkai .