|
-
Oct 23rd, 2003, 08:41 AM
#1
Thread Starter
Fanatic Member
[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
-
Oct 23rd, 2003, 08:49 AM
#2
Frenzied Member
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
-
Oct 23rd, 2003, 09:02 AM
#3
Thread Starter
Fanatic Member
No wonder I couldn't fine it! haha
Thanks for the reply.
-
Oct 24th, 2003, 07:26 PM
#4
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|