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.
作为更大解决方案的一部分,我需要检测是否有任何正在运行的浏览器实例(IE、FF 和 Chrome)当前打开了我的网页。如果是这样,我需要将该浏览器重定向到我网站中的不同 URL。
我目前正计划做一些 PInvoke/Win32 来实现这一点;例如枚举所有窗口,检测浏览器,然后抓取地址栏和 GO 按钮窗口以实现我的目标,但想知道是否有更简单的路线。