I am making a web application which has to be used on a PDA (I am not gracefull for this but it is how it is). Now I found this to turn off browser components to let IE run in Kiosk mode. This does not work for Windows Embedded Handheld which has a non standard mobile version of IE.
Does someone know how I can force IE on Windows Embedded Handheld to kiosk mode or emulate something that has the same effect.
There are already kiosk mode browser apps available by third party providers. There is for example Wavellink and Naurtec and on the other side manufacturers like Intermec by Honeywell that offer kisok mode browsers.
If you have VS2005/VS2008 (no standard or express edition) you can easily write your own kiosk mode browser, just create a form and use the .NET webbrowser object.