Lord_Doominik 0 Posted June 7, 2005 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... Share this post Link to post Share on other sites
GrungeRocker 0 Posted June 7, 2005 winmove -.- [font="Verdana"]In work:[list=1][*]InstallIt[*]New version of SpaceWar[/list] [/font] Share this post Link to post Share on other sites
Lord_Doominik 0 Posted June 8, 2005 thx it works... Share this post Link to post Share on other sites
GrungeRocker 0 Posted June 8, 2005 he next time you post such questions read the helpfile or ask me first^^ [font="Verdana"]In work:[list=1][*]InstallIt[*]New version of SpaceWar[/list] [/font] Share this post Link to post Share on other sites
Lord_Doominik 0 Posted June 8, 2005 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 ^^ Share this post Link to post Share on other sites