More on SendMessage
SendMessage is the way by which communication between the various application/windows and the operating system takes place and the events fired by the application are the result of execution of these messages. While SendMessage provides way for communicating with other applications, it also handling the controls within the application in more efficient manner.
(more…)
