Hi guys, Currently I would like to make a script which has a picture as background with some trasparency. Ok, it wouldn't be even problem since I can use this little snippet: $hForm = GUICreate('', 64, 64, @DesktopWidth/2 - 250 , @DesktopHeight/2 - 104, $WS_POPUP, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW, $WS_EX_TOPMOST)) $hwBmp = _Icons_Bitmap_Load(@ScriptDir & 'Logo.png') GUISetState() _SetBitmap($hForm, $hwBmp, 230) But I would like to place some different picture (non-transparent)