Jump to content

Recommended Posts

Posted

is there a way to move a gui window??? need thsi for the transparency... cause ive got for each transparent pic a new gui with the picture in it...

f.e.:

$mainGUI = GUICreate("Spacewar", 800, 600, (@DesktopWidth-800)/2, (@DesktopHeight-600)/2)
GUISetState()
$LogoGUI = GUICreate("Spacewar", 400, 100, (@DesktopWidth-400)/2, 150, $WS_POPUP, $WS_EX_LAYERED, $mainGUI)
GUISetState()

now, if i want to move the picture i have to move the GUI too...

Posted

dont found something in the helpfile and looked only to the GUICtrl's... if you dont know the function name its not easy to find something... tryed it with guictrlsetpos and some other commands.... and you were offline ^^

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...