spy++ Questions
4
Solved
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...
2
I am trying to obtain handle to SHELLDLL_DefView.
So, I have this code.
HWND hProgman = FindWindow(L"Progman", NULL);
HWND hWnd = FindWindowEx(hProgman, 0, L"SHELLDLL_DefView", NULL);
Eveyrtihi...
2
Solved
Background
I am looking for Spy++. I believe it should be included in Visual Studio 2017 since the latest Visual Studio help content references it:
https://learn.microsoft.com/en-us/visualstudio/d...
Schooner asked 12/4, 2017 at 4:30
1
Solved
I'm trying to get the properties of a button but when I drag the spy++'s find window tool it doesn't reach the button (of caption "iniciar gravação" in that case) but rather the button grid parent,...
Hobgoblin asked 8/7, 2016 at 19:35
10
Solved
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?
4
Solved
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 pre...
4
Solved
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
1
Solved
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 i...
5
Solved
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 = Control.Fr...
Conservancy asked 28/6, 2011 at 16:8
3
Solved
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 vers...
1
Solved
According to http://msdn.microsoft.com/en-us/library/ms633500(v=vs.85).aspx I define FindWindowEx function.
using System.Runtime.InteropServices;
[DllImport("user32.dll", CharSet=CharSet.Unicode)...
Oddfellow asked 15/4, 2011 at 6:24
5
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 wo...
1
Solved
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#, howeve...
Conundrum asked 17/12, 2009 at 16:35
2
Solved
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 se...
5
Solved
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 cert...
2
Solved
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 applicati...
Insight asked 18/6, 2009 at 8:45
1
© 2022 - 2025 — McMap. All rights reserved.