|
-
Oct 19th, 2005, 08:55 AM
#1
Thread Starter
Lively Member
To get windows title
I want to write a code which when executed gives me title of all opened windows one by one. so that i can check title of each window.
-
Oct 19th, 2005, 09:21 AM
#2
KING BODWAD XXI
Re: To get windows title
There are loads of window open posts. Check the API section
-
Oct 19th, 2005, 10:01 AM
#3
Re: To get windows title
Look for EnumWindows.
[shameless plug] Alternatively, you could check out my CWindows+CWindow classes in the Codebank, CWindows encapsulates EnumWindows as a collection of all open windows at, which you can enumerate using For Each to get a CWindow object for each window, and then get its title using .Caption on that Link here [/shameless plug]
Edit: Fixed end plug tag - Hack
Last edited by Hack; Oct 19th, 2005 at 10:06 AM.
-
Oct 19th, 2005, 10:49 AM
#4
-
Oct 19th, 2005, 11:05 AM
#5
Thread Starter
Lively Member
Re: To get windows title
Thanks a lot Penagate,Moeur and BodWadUK
-
Oct 19th, 2005, 11:07 AM
#6
Re: To get windows title
No worries, glad to help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|