Jalaj

January 31, 2007

WinAPI : Getting Window Texts

Filed under: Visual Basic, WinAPI — Jalaj @ 4:24 am

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.
(more…)

Blog at WordPress.com.