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.
我正在开发一个视频游戏启动程序,并希望包含一个显示我的游戏主页的浏览器。我希望它出现在节目中,迫使他们看到它。
所以,我放置了一个网络浏览器控件,但是,我想强制他们在启动程序时看到一个页面。
如何在不编辑其他计算机设置的情况下设置浏览器的“主页”?
创建WebBrowser控件,然后使用Navigate方法。
WebBrowser
Navigate