application windows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know that Windows will typically remember the sizing of application
windows so it will open in the same size the next time you run an app. My
wife's computer is refusing to do this. No matter what size she has the
window when she closes an app, it opens the next time in a small window.

I'm sure this has somthing to do with a particular website that she uses for
work; however, I have been unable to reset this.

Any ideas? Thanks in advance!
 
If you create this .htm file, every time you open it, it will reset the
default size. (alter the ".5" to whatever)

--resize.htm--
<html>
<body
onload="window.resizeTo((screen.width*.5),screen.height*.5);window.moveTo(0,0)">
now resized
</body>
</html>
-end file--
 
No, that is .5 as in 50%. 1.0 would be 100%, but that is actually different
from maxing it.
 

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

Similar Threads


Back
Top