ON_MESSAGE & ON_THREAD_MESSAGE
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello All, Is there any diff between these 2 ON_MESSAGE & ON_THREAD_MESSAGE. Both does the same thing & both works for my thread appln. can any 1 plz tell me the diff of 2 & when 2 use them ?? Thanks in Advance Vivek
-
ON_MESSAGE: Message in one thread, sended with PostMessage ON_THREAD_MESSAGE: Message in different threads, sended with PostThreadMessage Read the fine MSDN about it.
Greetings from Germany