Forum Discussion
pankaj_h17
15 years agoOccasional Contributor
With the above Code as:
Test1 WinExec(.GetCOMServerPath("InternetExplorer.Application"), SW_MAXIMIZE) .WaitProcess("iexplore", 20000) Process = .Process("iexplore")Process.WaitPage("*", 10000).ToUrl()
Sub Test1
Call WinExec(BuiltIn.GetCOMServerPath("InternetExplorer.Application"), SW_MAXIMIZE)
Call Sys.WaitProcess("iexplore", 20000)
Set Process = Sys.Process("iexplore")
Process.WaitPage("*", 10000).ToUrl(http://www.google.com)
End Sub
I am not able to INVOKE the browser itself. Am I missing somthing here in above code.... Please respond as soon as possible...
Thanks in Advance,
Pankaj
Test1 WinExec(.GetCOMServerPath("InternetExplorer.Application"), SW_MAXIMIZE) .WaitProcess("iexplore", 20000) Process = .Process("iexplore")Process.WaitPage("*", 10000).ToUrl()
Related Content
- 6 years ago
- 13 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago