Windev Internet Abrir Navegador
Segue exemplo:
bStarted is boolean
sParameters is string = "http://www.arsistemas.com.br"
bStarted = ExeRun("""C:\Program Files\Internet Explorer\iexplore.exe"" " + sParameters, exeActive, exeDontWait, "C:\Program Files\Internet Explorer\")
IF ErrorOccurred THEN
Error()
END
--------------------
Nenhum comentário:
Postar um comentário