Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for January 31st, 2007

WinAPI : Getting Window Texts

without comments

Window Text of a window is the caption on the title bar if the window is a form, or the text contained it the window in question here is a control on some form. Getting a window text or setting it requires calling the SendMessage function (described in More on SendMessage) with messages WM_GETTEXT and WM_SETTEXT resp.
Read the rest of this entry »

Written by Jalaj

January 31, 2007 at 4:24 am

Posted in Visual Basic, WinAPI

Tagged with