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=79176 --- shadow/79176 2006-09-08 20:43:31.000000000 -0400 +++ shadow/79176.tmp.18465 2006-11-15 22:37:36.000000000 -0500 @@ -1,19 +1,19 @@ Bug#: 79176 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: ASSIGNED +Status: NEW Resolution: Severity: Unknown -Priority: Cosmetic -Component: Windows.Forms +Priority: Normal +Component: Sys.Drawing. AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] -QAContact: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] TargetMilestone: 1_2 URL: Cc: Summary: Form icon is not shown on Windows The icon of a form (Form.Icon) is not shown when an SWF app is run on @@ -55,6 +55,13 @@ Gert, I assume you're testing this with svn head of System.Drawing and MWF? ------- Additional Comments From [EMAIL PROTECTED] 2006-08-27 04:53 ------- Yes, correct. It's working fine on Mono/Linux, but not on Mono/Windows (both built from svn). + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-15 22:37 ------- +this is due to all of the MWF XplatUIWin32 code making use of +Icon.Handle, which is always IntPtr.Zero. The code in MWF works for +MS's System.Drawing but not ours. + +moving to System.Drawing component. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
