|
-
January 14th, 2010, 03:53 AM
#1
How to get window caption?
Hi!
I have problems with GetWindowText function from WinAPI.
I need to read window caption, I get window hwnd without any problems, but with GetWindowText I get buit-in caption (window text), but I need real one, which is depends on loged in user, example:
Buit-in Caption text = "BackOffice"
Caption with loged-in user = "GreatHotel - Administrator"
With SPY++ I can see "GreatHotel - Administrator", but with GetWindowText I got "BackOffice".
Can anyone help?
Thanks in advance
-
January 14th, 2010, 10:47 AM
#2
Re: How to get window caption?
-
January 14th, 2010, 03:07 PM
#3
Re: How to get window caption?
Thanks, I found the solution
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
|