It has always worked for me in IE5-5.5
Another thing you can do to maximize is use the start command.
start /max "C:\Program Files\Internet Explorer\iexplore.exe"
Just enter it in the run box and click Ok, or if you want to always be sure
of IE opening max, just make a bat file with the same command.
ie
@echo off
start /max "C:\Program Files\Internet Explorer\iexplore.exe"
cls
You can then use the bat file instead of the IE icon to start IE.
If you have IE set to load automatically at startup, put the file in your
Start Up folder.
If you want to run it without the brief dos window flash, create a shortcut
to the bat file and under Properties, choose Run Minimized and Close On
Exit.
You can also use visual basic scripting to run the file hidden.
ie
CreateObject("Wscript.Shell").Run "%WINDIR%\iemax.bat ",0
hth
vic
Lock and hide folders with maximum ease and security.
http://personal-computer-tutor.com/lh/lockhide.htm
----- Original Message -----
From: "[EMAIL PROTECTED] -Clint Hamilton"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 5:11 AM
Subject: Re: PCWorks: IE 5.5
> That won't work. That will still leave about .25" space
> around the border of the browser window. I've posted here
> about that problem for years now. It only effects later than
> IE 4. IE4 does not have the problem. Good 'ole MS has again
> managed to screw up "updated" browser versions and that's
> just the *tip of the iceberg*.
>
> The only thing I have found that will correctly maximize IE5+
> browser windows is this.
> http://www.southbaypc.com/AutoSizer/ It takes some
> 'configuration' to get it to work properly and automatically,
> and unfortunately although you can get rid of it's system
> tray icon, it must be running in the BG at all times to work.
> So, when you cont alt del, you'll see it.
> -Clint
>
> God Bless Us All
> Clint Hamilton, Owner
> http://OrpheusComputing.com �
============= PCWorks Mailing List =================
Don't see your post? Check our posting guidelines &
make sure you've followed proper posting procedures,
http://pcworkers.com/rules.htm
Contact list owner <[EMAIL PROTECTED]>
Unsubscribing and other changes: http://pcworkers.com
=====================================================