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.
我想使用 win32 api 获取现有链接标签的句柄。
当我单击此链接标签时,将打开一个子窗口。我想获取此链接标签的句柄,以便我可以通过 SendMessage() API 对此执行“单击”鼠标操作。
附图以红色突出显示链接标签。
请帮忙!
您可能想尝试通过 COM使用UI 自动化,它从 Windows XP SP3 开始提供。