[Mono-bugs] [Bug 70100][Nor] Changed - Icon.GetHicnFromIcon needs
to be implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 18 09:28:57 EDT 2005
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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70100
--- shadow/70100 2005-03-30 06:15:50.000000000 -0500
+++ shadow/70100.tmp.31793 2005-10-18 09:28:57.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 70100
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs at ximian.com
ReportedBy: duncan at ximian.com
QAContact: mono-bugs at ximian.com
@@ -23,6 +23,19 @@
------- Additional Comments From peter at 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.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-10-18 09:28 -------
+There is no Compact Framework edition of Mono so we don't need this
+method.
+
+Note that there is no Icon.Handle on Compact Framework so
+Icon.GetHicnFromIcon isn't redundant.
+
+In addition GetHicnFromIcon is undocumented and is intended to
+internal use but probably it is an HICON because HICON exists on
+Windows CE, Windows Mobile for Pocket PC and Windows Mobile for
+Smartphone as well and is used by LoadImage and DrawIcon functions
+for example.
More information about the mono-bugs
mailing list