I want to display a GIF image (see attachment) that uses transparency. However, the transparent part of the image has been replaced with the color black. I tried to fix this like so (as described in the manual):
$status_icon = GUICtrlCreatePic("img_src\iPodCALsync_aboutico.gif", 8, 8, 65, 64, BitOR($SS_NOTIFY,$WS_GROUP))
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)Unfortunately, this code doesn't fix the problem. Is there anything else I should try?