Windows CE Kiosk Part 101 - Full Screen Compact Framework Application
So, the first question about the Windows CE Kiosk mode is how to make a .NET Compact Framework application run without borders, caption, control box etc... so you only see the application form, this is remarkably easy, simply set the following properties on the form (I also set the form style to be maximized on startup).
set FormBorderStyle = None
Set ControlBox = False
Set MaximizeBox = False
Set MinimizeBox = False
Set Text =
- Mike
Comments
Anonymous
June 01, 2007
Last August I put up a blog post that showed how to create a Kiosk type device using CE 5.0 and I'veAnonymous
June 01, 2007
PingBack from http://msdnrss.thecoderblogs.com/2007/06/01/kiosk-mode-for-ce-60/Anonymous
June 17, 2009
PingBack from http://pooltoysite.info/story.php?id=3102