FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to use CreateObject function for open Google Chrome browser
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
How to use CreateObject function for open Google Chrome browser
Posted: Thu Jun 26, 2025 07:47 AM
Dear Antonio,

I know use Fivewin code to open IE Browser
CreateObject("InternetExplorer.Application")
But how to open Google Chrome Browser?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: How to use CreateObject function for open Google Chrome browser
Posted: Thu Jun 26, 2025 03:11 PM

Best way is to use the new 'webview' function of fivewin ( cause it is the edge but based on chrome ) or simple run the shellexecute calling "chrome".

Regards,

Lailton Fernando Mariano
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: How to use CreateObject function for open Google Chrome browser
Posted: Sat Jun 28, 2025 02:45 AM
Lailton wrote: Best way is to use the new 'webview' function of fivewin ( cause it is the edge but based on chrome ) or simple run the shellexecute calling "chrome".
I will try it again. Thank you.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion