Jump to content

Transparent pic as BG


Recommended Posts

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) and a progressbar too at the GUI. If I simple create it afther the GUICreate, it does nothing. Any Idea which function could I use?

Edited by Unc3nZureD
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...