[Mono-winforms-list] Maximized don't works completely

Charlie Poole charlie at nunit.com
Fri Feb 12 14:34:05 EST 2010


Hi Stefano,
 
In Windows, Maximized is not the same as full screen. However, it can
sometimes appear the
same, if you have set the task bar to disappear when a form is maximized.
 
In other words, I think you are seeing differences in both platform and user
setup.
 
Charlie


  _____  

From: mono-winforms-list-bounces at lists.ximian.com
[mailto:mono-winforms-list-bounces at lists.ximian.com] On Behalf Of Stefano
Del Furia
Sent: Friday, February 12, 2010 7:51 AM
To: mono-winforms-list at lists.ximian.com
Subject: [Mono-winforms-list] Maximized don't works completely



Hi,i'm trying to create a Kiosk application, but when i try to set a winform
in this way
 
            this.FormBorderStyle = FormBorderStyle.None;
            this.WindowState = FormWindowState.Maximized;
            this.TopMost = true;

It doesn't fit all screen.
Infact the task bar and application bar at the top and bottom of the desktop
are still showed.
In windows all works fine.
Could you help me ??
Thanks in advance
Stefano

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20100212/a692bf53/attachment.html 


More information about the Mono-winforms-list mailing list