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.
我有一个 MFC 对话框可执行文件。我没有关于这个可执行文件的任何文件。我想使用 Java 代码来操作它(在输入文本字段中填写一些值并单击一个按钮,然后从输出文本文件中获取结果)。另一个限制是我不知道这个可执行文件背后的细节。例如函数名和钩子。谁能帮我?
此致,
郑。
尝试使用 Microsoft UI 自动化。此接口适用于残障人士,但您拥有清晰的 API,并且适合您的场景。