try:
Code:
case WM_CTLCOLORSTATIC:
    {
     return (LRESULT)GetStockObject(HOLLOW_BRUSH);
    }
In your wnd procedure. If it works you can probably lose the WS_EX_TRANSPARENT extended style too.