Hello Everyone,
Is it possible to set the name of the window that displays Google map
oOle:=CreateObject("InternetExplorer.Application")
oOle:width:=675
oOle:height:=675
oOle:Visible:=.t. // Displays the Browser
oOle:ToolBar:=.f. // Disables the toolbar
oOle:StatusBar:=.f. // Disables status bar
oOle:MenuBar:=.f. // Disables the menu bar
oOle:Navigate(cMapFile) // Open the Webpage
SysRefresh()
Thank you,