Archive for the ‘.net’ Category
Spy++ for .Net Windows Forms
So I remember this in the future, here are the two main tools I found to do the equivalent of Spy++ but in Windows Forms (.Net) instead of HWND’s:
- HawkEye from Corneliu I. Tusnea. This one is great, has the old Spy++ “target” you can drag where you need it.
- ManagedSpy from MSDN. Download link here.

