Is there an equivalent for Spy++ for java swing applications? I work with a third party application that contains a huge number of screens that get invoked via a reflection based mechanism.
does anybody know a tool for examining the structure of a windows forms application? I want to get information about every contr开发者_高级运维ol on the form like buttons, labels etc.
I would like to know if there is a way with Spy++ to get the properties of a window that is automatically closed when it loses the focus (w开发者_StackOverflow中文版hich is what happens when I switch
There is an edit box in some dialog in my application, which is running on Windows XP. When I issue EM_GETLINE on this control, it returns its contents and it\'s ok, but when I start Spy++ the control
I have customer that uses older, custom built ERP application for which they don\'t have source code and company that developed it does not exist any more. Application is developed in 2000 and it\'s b
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\'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 ofthe window ti
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: