[Mono-bugs] [Bug 81198][Nor] Changed - [Windows] WM_SHOWWINDOW not being called
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 20 18:02:52 EDT 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 rolfkvinge at ya.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81198
--- shadow/81198 2007-03-20 10:23:14.000000000 -0500
+++ shadow/81198.tmp.14949 2007-03-20 17:02:52.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 81198
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: monkey at jpobst.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -34,6 +34,20 @@
Console.WriteLine (this.Handle);
this.WindowState = FormWindowState.Maximized;
Button b = new Button ();
this.Controls.Add (b);
}
}
+
+------- Additional Comments From rolfkvinge at ya.com 2007-03-20 17:02 -------
+MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-
+us/winui/winui/windowsuserinterface/windowing/windows/windowreference/
+windowmessages/wm_showwindow.asp) says:
+
+The WM_SHOWWINDOW message is not sent under the following
+circumstances:
+- When a top-level, overlapped window is created with the WS_MAXIMIZE
+or WS_MINIMIZE style.
+(...)
+
+So I suppose the bug is that we can't rely on WM_SHOWWINDOW being
+sent always...
More information about the mono-bugs
mailing list