Maximize

  • Thread starter Thread starter Claude Marcil
  • Start date Start date
C

Claude Marcil

Is there any way, any settings somewhere, to make all applications to open
in their maximize windows.
 
Claude Marcil said:
Is there any way, any settings somewhere, to make all applications to open
in their maximize windows.

No. Check the settings in your applications if you can set this up.
You could use the START command in the shortcuts for your
applications, but this is only a workaround because it will not work
if a program is started on another way. For details type
START /?
at a DOS prompt.
 
Best option is to use "IE New Window maximizer"

http://www.majorgeeks.com/download.php?det=1746
(Uses Windows API calls and automatically maximizes every browser window you
open)

* You can customize it for any application as it works based on "Windows
Title". It is even easier to code an application using API (GetActiveWindow,
foreground window) etc.


--
Regards,
Ramesh
AOL: SRamesh2k

«·´`·.(*·.¸(`·.¸ ¸.·´)¸.·*).·´`·»
«.............. Ramesh ...............»
«·´`·.(¸.·´(¸.·* *·.¸)`·.¸).·´`·»

~ Please reply to newsgroup ~


Is there any way, any settings somewhere, to make all applications to open
in their maximize windows.
 
All programs decide for themselves. Even if specifing maximise (as in a
shortcut's properties) it is an advisory to the program - the program is
free to ignore. Many programs will refuse to open maximised so they don't
cover other programs.
 
Back
Top