|
-
Jan 10th, 2007, 04:13 PM
#1
Thread Starter
Member
What went wrong?
My program calls internet explorer, its shown in the task manager process tab
this is my code
Public Sub CreateProfiles()
On Error GoTo Err_Handler
Call InitIExplorer
gIEobj.navigate "www.myspace.com"
'gfrm.WebBrowser.Visible
Try_Again:
Call WaitForPage
Why does IE start in the process tab but I dont see it?
Last edited by fattony; Jan 10th, 2007 at 04:44 PM.
-
Jan 10th, 2007, 05:08 PM
#2
Re: What went wrong?
Your program "calls" "shdocvw.dll", and not "iexplore.exe"...
-
Jan 11th, 2007, 07:00 AM
#3
Re: What went wrong?
What does "InitIExplorer" do?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|