|
I got a HICON handle. I tried to use the Bitmap class constructor (HICON hIcon) to create a Bitmap object, and then used Graphics' DrawImage to draw the picture, but the icon became opaque (annoying!). Is there any way to do it in Graphics A transparent icon is drawn on the top. Thank you heroes, I ca n’t find a way. |
|