Jump to content

move a gui


Recommended Posts

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

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