Users Pricing

forum

Home Forums WinForm enter fullscreen mode – MindStick

WinForm enter fullscreen mode

Anonymous User 2896 07 Oct 2013

I have WinForm application and i want to enter fullscreen mode and remove all bars and the task bar. i done it with this:

this.WindowState = FormWindowState.Maximized;

this.FormBorderStyle = FormBorderStyle.None;
this.TopMost = true;

The top bar is really hidden but the Windows TaskBar is still visible. Any idea what can be the trouble?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md