cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to get contents of active window
How to get contents of active window
Sep 14, 2010 at 11:42am UTC
jimmys87
(1)
Hello.
I would like to be able to get information about the active (focused) window and extract its contents. Any suggestions?
Thank you
Sep 14, 2010 at 3:46pm UTC
kbw
(9488)
You need EnumChildWindow.
Sep 16, 2010 at 3:18pm UTC
Athar
(4466)
And GetForegroundWindow.
Topic archived. No new replies allowed.