Results 1 to 3 of 3

Thread: What went wrong?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2006
    Posts
    40

    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.

  2. #2

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width