How to Automate simple Windows Form Application using MSAA?
问题 I want to automate simple Windows Application using MSAA. I am not getting Idea that how to find the control (say TextBox and Button ) and to get value of them(say get value of TextBox and click in case of button). 回答1: Why do you want to automate using MSAA? Microsoft's current way is UI Automation. From Wikipedia (emphasis mine): UIA is similar to Microsoft Active Accessibility (MSAA) in that it provides a means for exposing and collecting information about user interface elements and