Jump to content

Recommended Posts

Posted

I have created an ordinary window with coloured background :-

$FMain = GUICreate($PROG_TITLE, $FmainWidth, $FmainHeight)

GUISetBkColor(0x0F687A)

and inserted a system AVI with default transparency :-

Local $hAVI = _GUICtrlAVI_Create($FMain,@SystemDir & "\shell32.dll", 168, 20,50)

The result is not transparent, it sets avi background colour to the parent window's default colour before the new colour was set.

Any ideas ?

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
  • Recently Browsing   0 members

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