How do I maximize IE when web project starts F5

I

IGM

It's bothering me so much because every time I start the project using F5,
and then when IE starts, I have to manually maximize it.
When I start IE manually to surf the web, it's always maximized, but when it
is started by VS it's always small so I have to resize it all the time.
 
I

IGM

I actually found the solution, don't know why I did not think of this first.
Just put this code in your startup window:

<script language="JavaScript">
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,999
Messages
2,570,243
Members
46,838
Latest member
KandiceChi

Latest Threads

Top