Page 1 of 1

he:=TOleAuto():New("InternetExplorer.Application")

PostPosted: Sat Jan 15, 2022 10:41 am
by Jack
Hi,

he:=TOleAuto():New("InternetExplorer.Application")
he:Visible := .T.
OleSetProperty(he,"Toolbar",.F.)
OleSetProperty(he,"Statusbar",.F.)
OleSetProperty(he,"MenuBar",.F.)
he:Navigate(cUrl)

What is the equivalent instruction for Edge or Chrom or Firefox

Thanks ,

Philippe

Re: he:=TOleAuto():New("InternetExplorer.Application")

PostPosted: Sat Jan 15, 2022 12:44 pm
by Jimmy
hi,

Edge, Chrom or Firefox does not have ActiveX Support.

not sure if FiveWin have a "wrapper" for Edge.
HMG have this
http://www.hmgforum.com/viewtopic.php?f=9&t=7012

Re: he:=TOleAuto():New("InternetExplorer.Application")

PostPosted: Mon Jan 17, 2022 7:23 am
by Baxajaun

Re: he:=TOleAuto():New("InternetExplorer.Application")

PostPosted: Mon Jan 17, 2022 10:09 am
by Jimmy
hi,

thx for link
seems i have to change my Compiler (MinGW) ...

Re: he:=TOleAuto():New("InternetExplorer.Application")

PostPosted: Mon Jan 17, 2022 10:26 am
by Antonio Linares
Jimmy,

Microsoft Visual Studio Community works great :-)