Results 1 to 5 of 5

Thread: How to Launch IE fullscreen

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    2

    Question How to Launch IE fullscreen

    Hi guys. I have a simple question.
    I need help launching IE on form load event. I need to lauch IE fullscreen with a specific URL..

    thanks,,

  2. #2
    Lively Member
    Join Date
    Jun 2004
    Location
    Brisbane
    Posts
    106

    Re: How to Launch IE fullscreen

    Shell "C:\Program Files\Internet Explorer\iexplore.exe", vbMaximizedFocus

  3. #3
    Lively Member
    Join Date
    Jun 2004
    Location
    Brisbane
    Posts
    106

    Re: How to Launch IE fullscreen

    oh my bad, with a specific url, i had that code before, ill look for it

  4. #4

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    2

    Re: How to Launch IE fullscreen

    yeah it launches the IE maximized...
    but I need to launch it maximized and fullscreen
    fullscreen as in, no toolbars, buttons, etc..
    thanks though

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to Launch IE fullscreen

    Shell "C:\Program Files\Internet Explorer\iexplore.exe www.msn.com -k", vbMaximizedFocus

    Kiosk Mode is what you are after. I don't think you even need the MaximizedFocus, as it runs fullscreen

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