[Mono-bugs] [Bug 78865][Nor] Changed - CreateParams gets called multiple times for a Control or Form
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 15 06:27:11 EDT 2006
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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78865
--- shadow/78865 2006-07-15 06:23:29.000000000 -0400
+++ shadow/78865.tmp.19815 2006-07-15 06:27:11.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78865
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: alex.olk at googlemail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -42,6 +42,15 @@
CreateParams
------- Additional Comments From alex.olk at googlemail.com 2006-07-15 06:23 -------
Created an attachment (id=17305)
Simple test app, don't forget to add Console.WriteLine("CreateParams"); to Form.CreateParams
+
+------- Additional Comments From alex.olk at googlemail.com 2006-07-15 06:27 -------
+It seems to affect only CommonDialog, because of the following code
+inside CreateParams:
+
+ControlBox = true;
+MinimizeBox = false;
+MaximizeBox = false;
+
More information about the mono-bugs
mailing list