[Mono-bugs] [Bug 80509][Cos] Changed - [WIN] Incorrect window icon
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 16 10:27:25 EST 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80509
--- shadow/80509 2007-01-16 10:17:09.000000000 -0500
+++ shadow/80509.tmp.4884 2007-01-16 10:27:25.000000000 -0500
@@ -115,6 +115,15 @@
Win32SendMessage(hwnd, Msg.WM_SETICON, (IntPtr)0, icon == null ?
IntPtr.Zero : new Icon(icon, 16, 16).Handle);
seems to work.
If you decide to use this, please replace 1 and 0 with Windows
constants (ICON_BIG, ICON_SMALL). It is easier for somebody reading
the MSDN documentation. Possibly use a constant for 16.
+
+------- Additional Comments From sebastien at ximian.com 2007-01-16 10:27 -------
+Well maybe not "totally" fine :|
+
+Under UNIX we see 2 for both the title bar icon and ALT+TAB.
+However I don't know if it's possible to get different icons for this
+under X ?!?
+
+Thanks for your help!
More information about the mono-bugs
mailing list