Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for December 15th, 2006

More on SendMessage

with 7 comments

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.
Read the rest of this entry »

Written by Jalaj

December 15, 2006 at 4:17 am

Posted in Visual Basic, WinAPI

Tagged with