Try this
dbBox( int iLeft, int iTop, int iRight, int iBottom, DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4 );
dw1 = color of the top/left-Corner.
dw2 = color of the top/right-Corner.
dw3 = color of the bottom/left-Corner.
dw4 = color of the bottom/right-Corner.
Set Dw1, dw2, dw3 and dw4 to this Color '0x80000080' and you have a Box colored dark-blue with 50% transparency. Colorformat is '0xAARRGGBB'
AA = Alpha-Value
RR = Red-Value
GG = Green-Value
BB = Blue-Value
dbBox(10, 10, 110, 110, 0x80000080, 0x80000080, 0x80000080, 0x80000080);
With Computers you can solve Problems that you have never befor.
My English is so BAD ;(