drawing HICON
-
Is there an article about creating an icon dynamically?? For example, like task manager does when you minimize it to tray, it displays CPU usage. Is there a way to draw a bitmap on memDC and then somehow convert it to
HICON
?? thx --- http://sprdsoft.cmar-net.org - We Sprd You Softly Our site features contents and several images. All of this is very weird. In the end, war is not about who's right, it's about who's left. -
Is there an article about creating an icon dynamically?? For example, like task manager does when you minimize it to tray, it displays CPU usage. Is there a way to draw a bitmap on memDC and then somehow convert it to
HICON
?? thx --- http://sprdsoft.cmar-net.org - We Sprd You Softly Our site features contents and several images. All of this is very weird. In the end, war is not about who's right, it's about who's left.CreateIconIndirect()
. Use an all black bitmap as the mask.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" - mYkel - 21 Jun '04 "There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05 Within you lies the power for good - Use it!
-
CreateIconIndirect()
. Use an all black bitmap as the mask.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" - mYkel - 21 Jun '04 "There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05 Within you lies the power for good - Use it!
Thanx PJ, will try:) --- http://sprdsoft.cmar-net.org - We Sprd You Softly Our site features contents and several images. All of this is very weird. In the end, war is not about who's right, it's about who's left.