Results 1 to 2 of 2

Thread: Make new IE window pop up from VB

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54

    Make new IE window pop up from VB

    How could I get a new IE window to display once a user pushes a button in the VB program, but not make it display in the form?

  2. #2
    Lively Member FRAIL_KNIGHT's Avatar
    Join Date
    Nov 2001
    Posts
    100
    If you're opening IE from an already open web browser, search the vbforum for "Bloodeye"...He gave me the code to do that.

    If its just a regular program, then just use the shell command.

    Shell "C:\program files\internet Explorer\iexplore.exe"
    I think......

    FRAIL_KNIGHT
    IF Something <> "" Then
    There's Something there...
    ------------------------------------------
    GWBASIC, QBASIC, QuickBASIC, VB5/6, A little DJGPP C++, and I hate it.
    ------------------------------------------
    The pic u see is the logo of my favorite Christian Punk Band...Officer Negative!!!

    www.OfficerNegative.com

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