
Transparent Button Bitmap
Im programming an application that is suppost to have standard
audio-function buttons with proper images on them, like an arrow for play, a
box for stop and so on...
I paint them using the rescource editor of VS. The problem is that when i
change the color of the desktop in windows the empty parts of the button
images differs from the color of the desktop.
I need to make the empty parts transpernt.
Now, Is there a way for me to paint transperency in the rescource editor
(with bitmaps) or is there a way to tell the bitmap-display function to make
a certain color transparent when the bitmap is displayed?
/ Tobias