C++ Object Spy

Associate
Joined
22 Jun 2006
Posts
1,124
Location
Belfast
Hello all,

am after a application that will allow me to high light a button on a C++ built application and return the details of the button such as name, size, font etc etc.

If anyone knows QTP its similar to the Object Spy that is built into it. I just want a separate one.

Cheers
Joe
 
Presuming you don't have a Visual Studio pro or better, in which case you can just use Spy++ that comes as part of the VS tools.

A look at alternative places to get this or similar yielded these pointers:

http://social.msdn.microsoft.com/Forums/en-US/csharpide/thread/5c841c24-e0b0-44d7-a6cb-2e89bfd1d60e/

http://stackoverflow.com/questions/1811019/i-want-spy-but-i-dont-have-visual-studio

You'll probably have to do some extra leg-work once you get the handle to the window in order to interrogate/inspect other properties like the Font being used, as that's not really what Spy++ was for, but it is probably enough to be able to hook into.
 
Last edited:
Back
Top Bottom