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=80509 --- shadow/80509 2007-01-15 17:55:26.000000000 -0500 +++ shadow/80509.tmp.24436 2007-01-16 03:31:55.000000000 -0500 @@ -93,6 +93,11 @@ internal override void SetIcon(IntPtr hwnd, Icon icon) { Win32SendMessage(hwnd, Msg.WM_SETICON, (IntPtr)1, icon.Handle); // 1 = large icon (0 would be small) } + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-16 03:31 ------- +Changing icon to new Icon(icon, 16, 16) in XplatUIWin32.SetIcon works +in my case (on Windows). I don't know what should be done on other +systems (changing Form.Icon?). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
