How to open webpage in HIDDEN default browser? DELPHI

廉价感情. 提交于 2019-12-11 02:08:07

问题


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?

来源:https://stackoverflow.com/questions/2834597/how-to-open-webpage-in-hidden-default-browser-delphi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!