Load Internet Page to Maximum Window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hugh O

    #1

    Load Internet Page to Maximum Window

    Hi,
    I am familiar with the option within VB windows forms to load a form via a
    property setting or code that will display the form in the maximum window
    size.

    I am using Visual Studio,Net 2003 running an internet app on my desktop.
    When I start the app using the Debug Start menu, the program loads in the
    browser window but at a small size. I have to manually click it to have it
    maximize the window.

    Is there an option within VS.Net to load the program at the maximum size?
    Or is there a VB.Net code command that I can put in the PageLoad procedure
    that will force a maximum window display.

    Thanks,
    hugh


  • Chris

    #2
    Re: Load Internet Page to Maximum Window

    Hugh O wrote:[color=blue]
    > Hi,
    > I am familiar with the option within VB windows forms to load a form via a
    > property setting or code that will display the form in the maximum window
    > size.
    >
    > I am using Visual Studio,Net 2003 running an internet app on my desktop.
    > When I start the app using the Debug Start menu, the program loads in the
    > browser window but at a small size. I have to manually click it to have it
    > maximize the window.
    >
    > Is there an option within VS.Net to load the program at the maximum size?
    > Or is there a VB.Net code command that I can put in the PageLoad procedure
    > that will force a maximum window display.
    >
    > Thanks,
    > hugh
    >
    >[/color]

    You have to do this in Javascript.

    Comment

    Working...