Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82457 --- shadow/82457 2007-08-16 13:40:58.000000000 -0400 +++ shadow/82457.tmp.24681 2007-08-16 13:40:58.000000000 -0400 @@ -0,0 +1,44 @@ +Bug#: 82457 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: Windows XP SP1 +Status: NEW +Resolution: +Severity: Unknown +Priority: Minor +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: MessageBox issues #3 + +Using Mono 1.2.4, every MessageBox that is shown (on Windows OS) differs in +behaviour: + +1. You can right-click on the MessageBox's form blue title bar and select +"resize", then you can resize the form using keyboard arrow keys. +2. From the right-click menu, you can minimize and maximize the MessageBox +3. When there is no form, that invoked the MessageBox (like in the example +code below), MS.NET shows the MessageBox in the taskbar (so that you can +see the application is running), Mono doesn't do that. + + +Simple MessageBox without a form sample code: + +using System; +using System.Windows.Forms; + +namespace MonoTest34 +{ + static class MonoTest34 + { + static void Main() + { + MessageBox.Show("hello world"); + } + } +} _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
