[Mono-bugs] [Bug 70100][Nor] Changed - Icon.GetHicnFromIcon needs to be implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 06:15:50 -0500 (EST)


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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70100

--- shadow/70100	2005-02-18 15:15:10.000000000 -0500
+++ shadow/70100.tmp.24102	2005-03-30 06:15:50.000000000 -0500
@@ -17,6 +17,12 @@
 Summary: Icon.GetHicnFromIcon needs to be implemented
 
 There's a call GetHicnFromIcon, and there's the Handle property, we'd have
 to test if they do the same or which one actually returns the HICON handle.
 And then make System.Drawing call the CreateIcon functions and create the
 real HICON, but only on win32...
+
+------- Additional Comments From peter@novonyx.com  2005-03-30 06:15 -------
+GetHicnFromIcon only exists in the Compact Framework, not in the 
+desktop version of S.D. It theoretically is the same as the Handle 
+property on a Icon object, in form of a static method. I have no way 
+to test this, lacking a PocketPC device.