Program to discover HWND of objects like windows and buttons
Asked Answered
C

2

8

I remember a few years back, I used a program that was capable of showing properties and HWND of any object such as windows and buttons in any Windows program. As I remember it, you just held the mouse over the object of interest and the program showed the information. Does anyone know what program I'm referring to and where I can get hold of it?

Cowan answered 27/12, 2010 at 9:4 Comment(0)
M
10

More than likely, you were using Spy++. It gives you a graphical view of all the processes, threads, windows, and window messages on your computer. And as you described, you can drag a target to any window object and show its properties. It comes with most versions of Visual Studio.

However, if you don't have Visual Studio, I'm not sure if it's legally available for download. Instead, try WinSpy++. It is based around the Spy++ utility, but is freely available (including the source).

Munger answered 27/12, 2010 at 9:14 Comment(2)
Winspy++, that was the exact one I used before. Thanx!Cowan
The link is broken. You can still access the archive captured page.Nanny
S
5

It was Spy++ I guess, which is included when installing Visual Studio.

Sample image of the Spy++ Property Inspector

Shanel answered 27/12, 2010 at 9:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.