[Mono-bugs] [Bug 80625][Nor] Changed - [2.0] MessageBox always displays Help button
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 25 17:12:38 EST 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80625
--- shadow/80625 2007-01-25 17:09:20.000000000 -0500
+++ shadow/80625.tmp.886 2007-01-25 17:12:38.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -19,6 +19,22 @@
On the 2.0 profile , MessageBox.Show (string, string) does not just
display an OK button, but a Help button as well.
It works fine on the 1.0 profile.
To reproduce, compile and run the attached code snippet.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-01-25 17:12 -------
+It's not worth attaching, so let's add it inline:
+
+using System.Windows.Forms;
+
+class MainForm : Form
+{
+ static void Main ()
+ {
+ MessageBox.Show ("This messagebox should by no means display"
+ + "a Help button, but only an OK button !!!!!!", "bug #80625");
+ }
+}
+
+Make sure to compile it gmcs.
More information about the mono-bugs
mailing list