Welcome to MSDN Blogs Sign in | Join | Help

Windows Embedded Blog

A look at Embedded and other Cool Stuff.

News

  • This posting is provided "AS IS" with no warranties, and confers no rights.
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

 

Posted: Thursday, August 04, 2005 9:07 AM by mikehall

Comments

Windows Embedded Blog said:

Last August I put up a blog post that showed how to create a Kiosk type device using CE 5.0 and I've

# June 1, 2007 2:57 PM
New Comments to this post are disabled
Page view tracker