Discussion:
Under windows CE 5.0, can Internet Explorer run in full screen mod
(too old to reply)
Peter Wang
2006-02-26 14:46:26 UTC
Permalink
Hi,

Under windows CE 5.0, can Internet Explorer run in full screen mode? And how?

Thanks.
Paul G. Tobey [eMVP]
2006-02-27 16:09:33 UTC
Permalink
What does "full screen mode" mean to you? And, I guess for completeness,
what do you mean by "Internet Explorer"? IESample?

Paul T.
Post by Peter Wang
Hi,
Under windows CE 5.0, can Internet Explorer run in full screen mode? And how?
Thanks.
Peter Wang
2006-02-27 20:41:23 UTC
Permalink
Yes, IESample.
As for the full screen mode, I wan't it just like you select View->Hide
Toolbars. I don't want any user interaction to achieve this. It's ok to use
command line switch, configuration setting, or some script in the page to pop
a new such window.
I want it to run right after the system started, showing my own page.
Post by Paul G. Tobey [eMVP]
What does "full screen mode" mean to you? And, I guess for completeness,
what do you mean by "Internet Explorer"? IESample?
Paul T.
Post by Peter Wang
Hi,
Under windows CE 5.0, can Internet Explorer run in full screen mode? And how?
Thanks.
Paul G. Tobey [eMVP]
2006-02-27 20:56:25 UTC
Permalink
You'd have to do that yourself by modifying IESample. Look at what the code
does when the ID_TOOLBARS_TOGGLE command is sent to the application and make
sure that you change the default setup created when the window is initially
created to match that (including saving the state of that instance variable
_fShowCmdBar.

I suppose that, if you're unwilling to modify the code, you might be able to
come up with some sort of launcher application which would run on startup,
ShellExecuteEx() to launch IESample with your HTML file, and then send the
ID_TOOLBARS_TOGGLE command to it to hide the toolbars. They'd probably show
up initially, though.

Paul T.
Post by Peter Wang
Yes, IESample.
As for the full screen mode, I wan't it just like you select View->Hide
Toolbars. I don't want any user interaction to achieve this. It's ok to use
command line switch, configuration setting, or some script in the page to pop
a new such window.
I want it to run right after the system started, showing my own page.
Post by Paul G. Tobey [eMVP]
What does "full screen mode" mean to you? And, I guess for completeness,
what do you mean by "Internet Explorer"? IESample?
Paul T.
Post by Peter Wang
Hi,
Under windows CE 5.0, can Internet Explorer run in full screen mode?
And
how?
Thanks.
Andre
2009-02-17 20:51:01 UTC
Permalink
Hi Peter,

I saw your doubt about IESAMPLE and windows CE 5.0.
I am with the same doubt.
Did you solve your question?
If yes, could you help me, please?

Thanks.
--
Andre Vilela
Brasil - MG
Post by Peter Wang
Hi,
Under windows CE 5.0, can Internet Explorer run in full screen mode? And how?
Thanks.
Paul G. Tobey [eMVP]
2009-02-17 20:57:48 UTC
Permalink
You have the source code. That's the ultimate reference. If you search on
"fullscreen" in the IESample folder, \wince500\PUBLIC\IE\OAK\IESAMPLE,
you'll see how the application does that. If there's more to the question
than that, you'll have to be much more-specific.

Paul T.
Post by Andre
Hi Peter,
I saw your doubt about IESAMPLE and windows CE 5.0.
I am with the same doubt.
Did you solve your question?
If yes, could you help me, please?
Thanks.
--
Andre Vilela
Brasil - MG
Post by Peter Wang
Hi,
Under windows CE 5.0, can Internet Explorer run in full screen mode? And how?
Thanks.
Loading...