1.

Solve : C++ Internet Explorer Fullscreen (F11)?

Answer»

You might have read my other post here.

I now understand that I can't PUT any script in my .html documents that would manipulate the browser's window to fullscreen automatically. Now I want to try giving my friend an .exe file or if I can a .vbs file that would start internet explorer go to my webserver, maximize the screen (F11), and autohide the BUTTONS at the top.

What kind of code could I use to achieve this for a C++ or Visual Basic Script? :-?http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/vcrefchtmlviewsettheatermode.asp

I don't know enough about C++ to tell you how to implement it, but it should help you get started. Quote

I now understand that I can't put any script in my .html documents that would manipulate the browser's window to fullscreen automatically

Using both the Screen OBJECT and the Window Object, you should be able to calculate the client's screen size, the current browser window size and resize the window accordingly.

Note: Write a Window_Onload routine using any script language you like.

Good luck. 8-)THANKS, I'll get started.


Discussion

No Comment Found