Results 1 to 3 of 3

Thread: Can IE be maximised on startup ?

  1. #1

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Question Can IE be maximised on startup ?

    Quick question, as I'm on a roll this morning !!

    Does code exist that can maximize IE when the application starts ?


    My moneys on NO YOU CAN'T, but as I am about as novice as novice can be I'm probably wrong !!!!!!!

  2. #2
    Lively Member
    Join Date
    May 2001
    Location
    Falkenberg, Sweden
    Posts
    76
    well, it depends on how you start it, if you starts the application from your VB program, you can use code like this, to start i maxmized.
    Code:
    Shell "C:\program\iexplore\IEXPLORE.EXE", vbMaximizedFocus
    Otherwise you can prob. edit som value in the registry, or something to change the default startup.
    ________________________
    Fredrik Klarqvist

  3. #3

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Almost.

    That sort of works.

    My applicatin loads in a smaller window, then explorer opens maximised in a new window, then my application window is maximised !!

    I wonder if a parameter can be passed to say only maximise current window ????!?!!?!?!

    Thanks again for your help Fredrick. You're really helping me out here.

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