Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个程序(程序 1),它将单击另一个程序(程序 2)上的工具栏按钮,为此我想使用 UI 自动化。
问题:: 如何使用 UI 自动化找到另一个程序 (program2) 的窗口?请告诉我您将使用的功能,以及该功能可用所需的标头。
FindWindow怎么样?在用户 32 中?