Is there any tool to explore properties of GUI controls (such as "Text" or "Location") from a running .NET application?
+1
A:
Hawkeye can do this. With it, you can inspect any .Net GUI and view the properties of its controls.
Additionally, Microsoft have a tool called UISpy (that is part of the Windows SDK) that does a similar job. This is basically a .Net version of Spy++.
adrianbanks
2009-10-02 09:14:42