I am working on a WinForm Application. The Form has many fields/components but is poorly built. for example a field is used as user name on one case and used as folder path on the other case. Code is
I am facing a problem related to get out all the controls from some hooked process. My SpyDll launched into hooked process sucessfully, But when I check the statement
I am currently trying to get the text of a control and while going down from the top window to the control I needed I got stuck in this control which has multiple chield with 2 controls having the sam
I am looking for something like Spy++ but for SWT. I know there are solutions that help you out when you want info about Eclipse\'s plugins, so I guess this m开发者_Go百科ust be somewhat possible.
Awhile ago, I needed 开发者_Python百科a Spy++ like application for some .NET UI debugging. I found an old MSDN article with a sample that does things similarly, But that stopped working in newer .NET
开发者_Python百科I am trying to send a message to a game (to automate text commands), the problem is that I can\'t figure out how to use the information from spy++ to write a C# sendmessage function.
How to pass the h开发者_Python百科andle which I got using spy++ tool in sendmessage? ie. I want to pass this handle
Can a C# client开发者_Python百科 record all keyboard and mouse events using hooks and collect information on the clicked GUI element?
We\'ve got an app with a complex hierarchy of widgets and I want to be able to browse this hierarchy, view and edit properties (such as size) in a similar manner to Spy++.It doesn\'t need to be runnin
ManagedSpy is supposed to be the .NET equivalent of Spy++, but somehow the download page is now not availeble any more.