dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System.Windows.Forms MessageBox.cs, 1.9, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Windows.Forms MessageBox.cs, 1.9, 1.10
Date: Tue, 02 Dec 2003 10:12:04 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms
In directory subversions:/tmp/cvs-serv23530/System.Windows.Forms

Modified Files:
        MessageBox.cs 
Log Message:


Tweak the window manager hints for message boxes a little bit.


Index: MessageBox.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/MessageBox.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MessageBox.cs       1 Dec 2003 00:23:28 -0000       1.9
--- MessageBox.cs       2 Dec 2003 10:12:01 -0000       1.10
***************
*** 244,247 ****
--- 244,249 ----
                                // Make the borders suitable for a dialog box.
                                FormBorderStyle = FormBorderStyle.FixedDialog;
+                               MinimizeBox = false;
+                               ShowInTaskbar = false;
  
                                // Create the layout areas.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]