Vitucho
February 15th, 2007, 11:08 AM
Hi people!.
This question is about a theoric matter....like the title says: what's is the the diference between both. I know that messages are produced by diferents types of events (origing by humans or the pass of time or ect), and the OS system determines to what window belong, then he (OS) put the message on a message queue of a thread that create the window or he call directly the callback function of the window (in most cases this happen, cuz we call the SendMessage function inside the thread that creates the windows, so the window callback procedure is called immediately as a subroutine). In a practical level the messages have only to be catched inside the window callback procedure and be processed.
Okey..that is what i get from diferent sources (and i think that is allright, in any case please correct me)....now about notifications..i really don't know what are...
If the matters is long to explain, well if someones know about a link or something please tell me.
Thanks very much & Good luck!!
Vitucho!!
This question is about a theoric matter....like the title says: what's is the the diference between both. I know that messages are produced by diferents types of events (origing by humans or the pass of time or ect), and the OS system determines to what window belong, then he (OS) put the message on a message queue of a thread that create the window or he call directly the callback function of the window (in most cases this happen, cuz we call the SendMessage function inside the thread that creates the windows, so the window callback procedure is called immediately as a subroutine). In a practical level the messages have only to be catched inside the window callback procedure and be processed.
Okey..that is what i get from diferent sources (and i think that is allright, in any case please correct me)....now about notifications..i really don't know what are...
If the matters is long to explain, well if someones know about a link or something please tell me.
Thanks very much & Good luck!!
Vitucho!!