Results 1 to 4 of 4

Thread: [Resolved] Start with Maximized web form

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    [Resolved] Start with Maximized web form

    This seems so simple, I searched here and in the help that comes with .Net and couldn't find an answer.

    When my web application starts, I want it to start out with the web page maximized.

    Thanks for any input.
    Last edited by indydavid32; Oct 23rd, 2003 at 09:03 AM.
    David Wilhelm

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    There is no such setting for ASP.NET, that is only used for windows forms.

    If you are talking about when you compile and test it, it will open in 3/4 size, but if you are accessing the page from your browser, as opposed to hitting F5 in the IDE, the page will load into what ever size you have the browser sized at.

    Just maximize IE and it will load in the full window (maximized) all the time.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Talking

    No wonder I couldn't fine it! haha

    Thanks for the reply.
    David Wilhelm

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    You can also add javascript to your page to maximize the size, but I don't have that code handy. I just remember seeing it done somewhere.

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