Page 1 of 1 1
Topic Options
#55843 - 2001-05-14 11:35 AM Internet Explorer - full screen
Anonymous
Unregistered


Does anyone knows how to start Internet Explorer at full screen mode with a kix script ?
Top
#55844 - 2001-05-15 12:26 AM Re: Internet Explorer - full screen
Anonymous
Unregistered


I haven't found a way to force IE to full screen by itself, so I normally use the "start /max iexplore" method. I should mention that even then it doesn't always open full screen. IE seems to have a mind of it's own.
Top
#55845 - 2001-05-14 01:22 PM Re: Internet Explorer - full screen
cj Offline
MM club member
*****

Registered: 2000-04-06
Posts: 1102
Loc: Brisbane, Australia
This is not the best way, but until I (or someone else) finds the correct COM function/property, this works:

code:

$ie=createobject("InternetExplorer.Application") ; create object


$ie.height=964 ; ****
$ie.width=1280
$ie.left=0
$ie.top=0


Set the .Width to the current screen res width (other scripts on this board can find this)

Set the .Height to the current screen res height -30 for each line of the start bar. Most people have one line.


---- OR ----


code:

$=sendkeys("~ x")

make sure ie has focus. This is ALT+SPACE to get the window menu then X for maXimize.


cj

------------------
cj's scripts page
cj's User Guide - 14 May 2001

chrismat@ozemail.com.au


 


[This message has been edited by cj (edited 14 May 2001).]

Top
#55846 - 2001-05-14 01:47 PM Re: Internet Explorer - full screen
Richard H. Administrator Offline
Administrator
*****

Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
I got some startup options from TechNet:
code:
The following is a list of parameters you can use for starting Internet Explorer:
-new—Launches the browser window in a new browsing process.
-remote—Starts a remote instance of Internet Explorer on UNIX platforms only.
-k—Starts the browser in Kiosk or full-screen mode.
-nohome—Starts Internet Explorer without its home page.
-embedding—Starts the Web browser control (no home page is displayed).
-channelband—Displays the channels folder.
-e—Starts Internet Explorer Help on UNIX platforms only.
-v (also -version)—Can be used to specify the version on UNIX platforms only.

The "-k" option may give you full screen, but of course you lose all the controls so it's only useful if you really do want a kiosk style session.

Unfortunately "/?" "/h" "-?" "-h" or just about anything else you try won't tell you about command line switches.

Is there not some sort of generic control to instruct the window manager (explorer) to maximise the current application? Or does each app have to manage their own state and respond to mouse clicks in the title bar area?

It's dark in here.

------------------
Richard Howarth

Top
#55847 - 2001-05-14 02:19 PM Re: Internet Explorer - full screen
Anonymous
Unregistered


Thank rhowarth,

the -k is what I need !!!

A friend told me something about
"InternetExplorer.FullScreen show=true" or something like that it should do the job but the -k is just enough.

Top
#55848 - 2001-05-16 02:49 PM Re: Internet Explorer - full screen
Anonymous
Unregistered


Richard,
You can send an application various system messages which request it to change size but there is no way you can force the application to obey. IE is notorious for refusing to go along with such requests. This is why the start /max doesn't always work.

Top
#55849 - 2001-05-16 08:22 PM Re: Internet Explorer - full screen
bleonard Offline
Seasoned Scripter
*****

Registered: 2001-01-19
Posts: 581
Loc: Chicago, IL
novastar -
Have you tried registry key 'HKCU\Software\Microsoft\Internet Explorer\Main, FullScreen, Yes, REG_SZ'?
This will change IE's startup to full screen, but of course user can press F11 to reset after up and running. I do not know how to disable the F11 functionality.

Bill

Top
#55850 - 2001-05-17 01:07 AM Re: Internet Explorer - full screen
Anonymous
Unregistered


Bleonard,

the reg hack you mention work like a charm, but the "-k" option is quicker. Now about the F11 there is a dirty solution. Create a nul shortcut and set the shortcut key to F11, it works !!!

Top
#55851 - 2002-02-24 01:02 AM Re: Internet Explorer - full screen
Netsuper Offline
Getting the hang of it

Registered: 2001-05-17
Posts: 64
Loc: Edwards AFB, CA, US
the COM object is:

$ie.fullscreen="1"

If you put it before the width/height, then they control the size of the fullscreen (the window will only be widthXheight, if you put it after the width/height, then it will be FULL screen.

_________________________
Scott Hickerson Network Design Engineer

Top
Page 1 of 1 1


Moderator:  Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1821 anonymous users online.
Newest Members
ManuvdWielNL, Sir_Barrington, batdk82, StuTheCoder, M_Moore
17887 Registered Users

Generated in 0.164 seconds in which 0.139 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org