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=79908 --- shadow/79908 2006-11-11 14:56:57.000000000 -0500 +++ shadow/79908.tmp.29954 2006-11-11 18:08:18.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 79908 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -126,6 +126,12 @@ Application.SetCompatibleTextRenderingDefault(false); new Form1().ShowDialog(); } } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-11 18:08 ------- +Bug confirmed. MSDN says setting the Form.DialogResult "hides the +modal dialog box, and returns control to the calling form", however +.Net does not hide the dialog box for DialogResult.None. It hides it +for other values. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
