|
-
September 30th, 2011, 07:46 AM
#1
[RESOLVED] WinAPI hidden control in spy++ tool?
Hey,
I'm following my previous thread: http://www.codeguru.com/forum/showthread.php?t=516777
To sum up the other thread: I was trying to automate a program using FindWindow and SendMessage. All is working just fine till I got to my next problem:
When I'm starting this application: AVI ReComp I only see 2 out of 5 tabs I'm supposed to see using the spy++ tool but when I actually look at the program I see all 5 tabs.
Weird?
Wait it gets even weirder...
When I click on the tab that's not been showing in spy++, when I refresh the windows in spy++ tool it suddenly appears with all its controls.
Also, the same thing happens when I'm trying to get the handle for that same tab.
If I put a breakpoint after the program is loaded but before the handle is created and click on the tab before I continue, the handle works fine and gets all the correct values.
BUT, if I don't the handle is empty.
What could be the problem?
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
|