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

Charlie Poole charlie at nunit.com
Sat Feb 13 11:44:42 EST 2010


Since this is usually done in Windows by calling out to unmanaged code, I
don't know if there is a cross-platrform method that works. On Linux, it's
going to depend on what desktop you are using.
 
You could try explicitly setting the window size to the size of the screen
rather than maximizing it but YMMV.
 
Charlie


  _____  

From: Stefano Del Furia [mailto:delfo at edudotnet.it] 
Sent: Saturday, February 13, 2010 12:43 AM
To: Charlie Poole; mono-winforms-list at lists.ximian.com
Subject: RE: [Mono-winforms-list] Maximized don't works completely



HI,
thanks for the reply.
In other words, is there a way of get a full screen forms in Linux using
Winforms ????
Thanks 
Stefano
 

 

-----Original Message-----
From: "Charlie Poole" <charlie at nunit.com>
To: "'Stefano Del Furia'" <delfo at edudotnet.it>,
<mono-winforms-list at lists.ximian.com>
Date: Fri, 12 Feb 2010 11:34:05 -0800
Subject: RE: [Mono-winforms-list] Maximized don't works completely


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/20100213/d49018fa/attachment.html 


More information about the Mono-winforms-list mailing list