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 浏览器窗口。我想控制浏览器窗口打开的监视器(例如,browser1在monitor1上打开,browser2在monitor2上打开,browser3在monitor1上打开,browser4在monitor2上打开)。有没有办法使用 C++(应用程序是用 C++ 编写的)来控制我打开浏览器窗口的监视器?
有各种第三方实用程序可以让用户控制它,但在启动 IE 后,您必须以编程方式使用 GetMonitorInfo / MoveWindow 之类的东西来定位它。
另一种方法是将 IE 控件嵌入到您选择的对话框或窗口中,然后您可以完全控制它。