Tagged Questions
The main purpose of Spy++ is to log messages that are being passed around in Windows.
11
votes
2answers
1k views
Is there a Spy++ like utility for WPF?
As a “hardcore” WinForms programmer from a Win32 background I have always used Spy++ to understand what my applications are doing at the UI level including:
Seeing what events the controls are ...
7
votes
3answers
188 views
C# Hiding an application from the taskbar
I have been struggling to hide another application from the taskbar from my application.
I have been using the SetWindowLong function in order to set/remove WS_EX_APPWINDOW on the extended style.
I ...
6
votes
5answers
663 views
How can you read values from an open application in Windows?
I want to create a program or use a program that will read the memory values out of another application. Does anyone know of an application/library that will do this?
The target app is this. I ...
5
votes
5answers
622 views
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
Control control = ...
5
votes
6answers
7k views
I want Spy++ but I don't have Visual Studio
I only have SQL Server 2008 Client tools. I would like to use Spy++, but of course, it only comes with the Visual Studio installation.
Is there a good replacement for Spy++ that I can use?
5
votes
2answers
903 views
Spy++ for PowerBuilder applications
I'm trying to write a tool which lets me inspect the state of a PowerBuilder-based application. What I'm thinking of is something like Spy++ (or, even nicer, 'Snoop' as it exists for .NET ...
4
votes
5answers
3k views
How can I get functionality similar to Spy++ in my C# app?
I'm interested in working on a plugin for Keepass, the open-source password manager. Right now, Keepass currently detects what password to copy/paste for you based off of the window title. This ...
3
votes
5answers
773 views
How does spy++ find out what is the window at a certain point on the screen?
I am curious how spy++ Finder Tool finds out the window handle for the window over which the mouse is.
Is there any WIN32 function for getting the handle of the topmost window that occupies a certain ...
2
votes
1answer
74 views
Why are some items greyed out in Spy++'s Windows view?
To modify a window of another program, I need to find a specific SysTreeView32 in it using EnumChildWindows API call.
When I inspect the window using Spy++, there are a number of SysTreeView32's in ...
2
votes
1answer
629 views
Send message taken from Spy++
Hey guys, 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.
I was ...
2
votes
3answers
784 views
Managed version of Spy++ Tool?
Awhile ago, I needed 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 Framework ...
2
votes
1answer
294 views
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 ...
2
votes
2answers
743 views
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.
Anyone who knows why?
Anyone that knows a replacement?
--jeroen
2
votes
1answer
438 views
Automating Windows GUI Testing - FindWindowEx and Control Classes
I've inherited a C# window's application that I'm not real crazy about. I've got a looming deadline and I'm scared to death that some of my changes might be having adverse effects on existing ...
2
votes
2answers
112 views
Spy++ and windows closed when they lose focus
I would like to know if there is a way with Spy++ to get the properties of a window that is automatically closed when it loses the focus (which is what happens when I switch to Spy++). Thanks!
2
votes
1answer
328 views
How can I detect if a thread has windows handles?
How can I programmatically detect if a thread has windows handles on it for a given process?
spy++ gives me this information but I need to do it programmatically.
I need to do this in C#, however ...
1
vote
0answers
13 views
Controlling an Adobe Air application with an external program
Is there a way to control or monitor components of an Adobe Air application, with native application I can easily use Spy++ to find the components of a window and control/monitor it using windows API ...
1
vote
2answers
84 views
Spy++ does not show my process - what does this signify?
Stage
We have a MFC desktop application that is "hanging" in that it doesn't react to any user input anymore. It is redrawn when switching to it via alt-tab however. (It does receive WM_SETFOCUS, ...
1
vote
1answer
141 views
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 ...
1
vote
1answer
235 views
How to pass the handle fetched from spy++ in sendmessage using c#?
How to pass the handle which I got using spy++ tool in sendmessage?
ie. I want to pass this handle
Handle Got from spy++ 00010540
in this function
SendMessage(buttonHandle, WM_HSCROLL, ...
1
vote
1answer
635 views
Spy++ for Java Swing applications
Is there an equivalent for Spy++ for java swing applications?
I work with a third party application that contains a huge number of screens that get invoked via a reflection based mechanism.
Whenever ...
1
vote
1answer
191 views
Spy++ like program for viewing control values
I'd like to view and export the values of a combobox. What program can I use to allow me to get the values in a control inside another application?
1
vote
1answer
128 views
Can I add custom evaluator for spy++ show to my WM_USER?
We have an old legacy app that we need to reverse engineer how it works. (The documentation has gone missing.) Our application is communicating with a 3rd party program using windows messages ...
1
vote
2answers
439 views
Spy++-like tool for OpenGL render trees
is anybody here aware of a Spy++-like tool which lets me visualize the object tree of graphical elements in an OpenGL scene? If possible (Spy++ lets you do this), it would be great if the tool didn't ...
1
vote
2answers
875 views
“Spy++ has encountered a problem in the message hook”
I am deep in the middle of troubleshooting some Windows API messaging problem and I find that Spy++ is not working anymore. It doesn't even work on Notepad. On some occasions, it brings up this ...
0
votes
1answer
21 views
webkit spy tool
I would like to view child component (class id, window text, pattern value etc) of a webkit created window. I have looked into almost everywhere on google but am still out of luck to find a spy tool ...
0
votes
2answers
70 views
Get a window text by handle
I use UI Spy and Spy++ to view windows text of some windows, but none offers a result. As people said, some windows are built up and executed by some components, say they are embedded inside those ...
0
votes
0answers
62 views
window hierarchy in outlook 2010 and 2007
I developed add in for outlook 2007. Now i need to port to 2010. But the window hierarchy is completely different in both versions. please see attached images and tell me equivalent window in 2010. ...
0
votes
1answer
65 views
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 ...
0
votes
0answers
19 views
Need to SendMesssage to controls placed on some remote .NET managed processes from some simulator's process
I am in the end way of solving hooked process and related problem. I have extracted the controls some how of other managed processes and simulate those controls on the some other seperate process. Now ...
0
votes
0answers
58 views
Need to SendMesssage to control placed on the top of the main Window of the other process in .NET
I am solving a hooked process related problem. I have extracted the controls of other managed processes and simulated those controls on the some other separate process. After somehow drawing those ...
0
votes
2answers
131 views
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 must be somewhat possible.
In my specific ...
0
votes
5answers
233 views
How to use C# client to get information of clicked GUI element in another app?
Can a C# client record all keyboard and mouse events using hooks and collect information on the clicked GUI element?
Which libary would you use?
Is Spy++ an option or would one need a C++ DLL for ...
0
votes
2answers
262 views
Windows API: Hide a button which is not a child window
I have a program, where I need to disable a specific button on toolbar. "Save" on the Adobe Reader control.
I know it's possible to hide a control by locating its window handle.
Using Spy++, I found ...
0
votes
4answers
156 views
Tool for examining the structure of a windows forms application
does anybody know a tool for examining the structure of a windows forms application? I want to get information about every control on the form like buttons, labels etc.
I tried Spy++ but it tells me ...
0
votes
1answer
118 views
EM_GETLINE fails when Spy++ is running
There is an edit box in some dialog in my application, which is running on Windows XP. When I issue EM_GETLINE on this control, it returns its contents and it's ok, but when I start Spy++ the control ...
0
votes
1answer
366 views
Attach window to running application
I have customer that uses older, custom built ERP application for which they don't have source code and company that developed it does not exist any more. Application is developed in 2000 and it's ...
0
votes
1answer
185 views
Read Items from Control in another Application
I have an MDI application for which I do not have source for. I believe it is an MFC application. I need to automate some of it's functionality.
It has a form with a listview type control on it. I ...