Converting Icon to Bitmap
I have a handle to an icon.. I need to convert it into a bitmap file .. can somone help me...
i need a function such as
HBITMAP hBitmap = IcontoBitmap(HICON hicon);
Urgent plz help
:confused:
:(
[232 byte] By [
Safder] at [2007-11-18 1:39:45]

# 1 Re: Converting Icon to Bitmap
One option is to create a memory DC, draw the icon into it and then get the bitmap form the dc... You may have to create bitmap and select it into the memory DC before drawing the icon.
bytz at 2007-11-10 8:54:06 >
