Win CE.Net 4.2 Internet Explorer 6.0 removing toolbars

I'm developing web application for an RF gun and I would like to launch Internet Explorer with no toolbars.

Things I've tried that didn't work
Modifing registry
Opening up windows using javascript in fullscreen or no toolbars
Launching IE with -k (Regular IE launches in fullscreen mode)

Is there any way I can do this without having to rebuild Internet Explorer

Thanks


Answer this question

Win CE.Net 4.2 Internet Explorer 6.0 removing toolbars

  • Hansen Steve

    You could build a custom application that hosts web browser control. It can be done very quickly in C# or VB.NET and with a bit more effort in C++.

  • Win CE.Net 4.2 Internet Explorer 6.0 removing toolbars