I tried using the hack at http://www.rohitab.com/discuss/topic...-in-cc-part-1/
to remove the title bar and border and make a specific color transparent for when i set the background image but it doesn't make the color transparent.
The code I am using is
Am i doing something wrong ?
System::Call "user32::GetWindowLong(i $HWNDPARENT, i ${GWL_STYLE} )i.r1"
System::Call 'user32::SetWindowLong(i $HWNDPARENT,i -16,i $R1|${WS_EX_LAYERED} ) i.R1'
System::Call 'user32::SetLayeredWindowAttributes(i $HWNDPARENT, i ${g_ColourKey}, i 0, i ${LWA_COLORKEY}'
