![]() |
How to get text from windows controll
I think this is a simple one:
how do I extract the "D:\Backup" from the window in focus? I see that I get the window handle through HWND GetFocus(VOID);, but how do I access and read the text? http://uploader.polorix.net//files/85/getText.JPG |
Re: How to get text from windows controll
Use GetWindowText API or the same in Win32 Message to get the window text from the handle you get from the call
|
Re: How to get text from windows controll
Quote:
|
| All times are GMT +5.5. The time now is 12:27. |