[Mono-bugs] [Bug 70100][Wis] New - Icon.GetHicnFromIcon needs to be implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Dec 2004 13:12:45 -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 duncan@ximian.com.

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

--- shadow/70100	2004-12-01 13:12:45.000000000 -0500
+++ shadow/70100.tmp.14427	2004-12-01 13:12:45.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 70100
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+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...