Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic
Reading Windows Captions.
Reading Windows Captions.
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Ryanrules786
New Member
Join Date:
Oct 2008
Posts:
2
#1
Reading Windows Captions.
Oct 8 '08, 12:48 PM
I was wondering is anyone could let me know how I would read the captions of all open windows.
Thanks.
-Ryan
vdraceil
New Member
Join Date:
Jul 2007
Posts:
236
#2
Oct 9 '08, 09:23 AM
Use GetWindowText() API function.
You have to pass the window's handle to get the text on its title bar.
Comment
Post
Cancel
Ryanrules786
New Member
Join Date:
Oct 2008
Posts:
2
#3
Oct 19 '08, 10:52 PM
Originally posted by
vdraceil
Use GetWindowText() API function.
You have to pass the window's handle to get the text on its title bar.
I've called the function but I don't know how to pass the window's handle.
Anyone help me on this?
-Ryan
Comment
Post
Cancel
vdraceil
New Member
Join Date:
Jul 2007
Posts:
236
#4
Oct 29 '08, 12:26 PM
you can use GetForegroundWi ndow() to get the handle of the foremost window,,
GetWindow() can also be used..
pls refer MSDN help n you'll get to know everything you wanna know.
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment