如何在隐藏的默认浏览器中打开网页?德尔福
我一直试图从 delphi 打开隐藏的默认浏览器,但无法。
我尝试过
ShellExecute(self.WindowHandle,'open','www.google.com',nil,nil, SW_HIDE);
,我打开了 chrome 浏览器,但没有隐藏,它打开了一个选项卡而不是新窗口,也尝试使用 TStartupInfo 得到相同的结果。还有其他方法可以实现这一目标吗?
I have been trying to open a hidden default browser from delphi but coulnd't.
I tried
ShellExecute(self.WindowHandle,'open','www.google.com',nil,nil, SW_HIDE);
and I get my chrome browser open but not hidden, and it opens a tab not a new window, also tried with TStartupInfo with the same results. Is there another way to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论