Click here to Skip to main content
15,914,419 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can i get other application text shown in the taskbar/titlebar?

I already use "GetWindowText" but it only can't be used to get other application text.
Posted

1 solution

GetWindowText function get text from any window/control. You should only identify window using FindWindow() or GetWindow() function.
See here:
http://allapi.mentalis.org/apilist/GetWindowText.shtml[^]
http://allapi.mentalis.org/apilist/GetWindow.shtml[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900