How do I open a web page in the default HIDDEN browser? DELPHI

I am trying to open the default hidden browser from delphi but coulnd't.

I tried

ShellExecute(self.WindowHandle,'open','www.google.com',nil,nil, SW_HIDE);

      

and i open chrome browser but not hidden and it opens tab not in new window and also tries with TStartupInfo with same results. Is there any other way to achieve this?

+2


a source to share





All Articles