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?
