We have created an IE toolbar. we are displaying an icon on toolbar by using a static control and keeping image over it.
as this static control is not transparent so this icon is displaying some backgroud color(this is default color of windows common controls).
is it possible to make the static control as transparent irrespective of browser themes.
project is developed in ATL C++.
we tried giving WS_EX_TRANSPARENT as property of static control and when we tried returning null_brush in OnCtrlColorStatic event, but still problem is not resolved.