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