spy++
Tool to know Windows Form Application's Form fields
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[详细]
2023-03-27 03:49 分类:问答Why Control.FromHandle(IntPtr) returns null in one hooked process and returns valid object of "Form"? in another hooked process?
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[详细]
2023-03-15 19:27 分类:问答Read a child control with multiple childs with classes having the same name?
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[详细]
2023-03-08 00:04 分类:问答Something like Spy++ for SWT?
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.[详细]
2023-03-05 14:28 分类:问答Managed version of Spy++ Tool?
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[详细]
2023-02-08 08:23 分类:问答Send message taken from Spy++
开发者_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.[详细]
2023-02-08 04:46 分类:问答How to pass the handle fetched from spy++ in sendmessage using c#?
How to pass the h开发者_Python百科andle which I got using spy++ tool in sendmessage? ie. I want to pass this handle[详细]
2023-02-05 10:39 分类:问答How to use C# client to get information of clicked GUI element in another app?
Can a C# client开发者_Python百科 record all keyboard and mouse events using hooks and collect information on the clicked GUI element?[详细]
2023-01-29 19:09 分类:问答Is there a Qt widget to browse the hierarchy of widgets in an app (similar to Spy++)?
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[详细]
2023-01-22 13:33 分类:问答What happened to ManagedSpy?
ManagedSpy is supposed to be the .NET equivalent of Spy++, but somehow the download page is now not availeble any more.[详细]
2023-01-16 23:00 分类:问答