WinXP: how to set the size a window opens?

For some weeks now my Windows Explorer (the file program, not IE) opens as a tall but uselessly skinny window. First thing each session I have to yank it wider before I can see and use it. I leave it at that size the whole time, especially when I close the program.

Next time I start the program, it’s back to the skinny window. How do I get WindowsXP Home Edition to take note of my preference and start opening the window in the wider size?

Bet you’re clicking the little “X” in the corner aren’t you? Don’t. Make the window the size you want, then use File > Close to shut IE down. The next time you launch it, the window will be the size your set it for.

Okay…<click, pause, click> <click, pause> Wahoo! Nice big fat window!
Thank you tons, QED!

Thanks! I’ve been wondering this for fricking weeks and haven’t had the motivation to actually look it up.
:slight_smile:

This is ridiculous. What possible reason could there be for having two different mechanisms for closing a window? Why doesn’t Windows take the same action when choosing File/Close as when clicking the X?

I suspect the devil is in the details here. In Windows programming, the Close method is built in to the “X” box–that is, the programmer has no access to it, unless he specifically overrides it and calls his own code. The File > Close menu however is explicitly coded by the programmer. The “X” button simply requests the program to close, and destroys the instance of the application and frees up any resources it was using.

Outstanding, this one has bugged me for a while. How do you do it QED, I see your name everwhere!