|
-
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.
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
|