QTP's Windows Forms Spy doesn't work perfectly with my application. It doesn't show all properties and objects which are available. So I searched for an alternative and finally found one.
If you are not happy with QTP's Spy too, you should give Runtime Object Editor a try.
http://www.codeproject.com/KB/cs/RuntimeObjectEditor.aspxIt works great with my application, shows nearly every field and method of .NET-Objects. It also allows to execute the methods directly.
I think, I will not use Windows Forms Spy anymore
