Create full screen application in .Net CF

By 42Gears Team
In Code Put the following code into your form's Load() method like below.
private void Form1_Load(object sender, EventArgs e) { this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized; }
In Designer View Set FormBorderStyle to None and WindowState property to Maximized
FullScreen in SureLock StudioSureLock Studio

“Written with expertise and passion to help you understand the topic better.”

4
42Gears Team – Content Author
Published on: September 26, 2009

Subscribe to our newsletter

Stay updated with the latest news, articles, and resources on enterprise mobility.

Weekly articles
Actionable insights delivered once a week. No noise.
No spam
Your privacy matters. Unsubscribe anytime.