FLD Posted June 15, 2007 Posted June 15, 2007 Can you make buttons that user can move inside the GUI Window?
rambo3889 Posted June 15, 2007 Posted June 15, 2007 (edited) No you cant use a state or something like that but gafrost have made an example using some of his own UDF's which makes it possible , ill just find a link.Link : http://www.autoitscript.com/forum/index.ph...ve+drag+controlEdit: Added link Edited June 15, 2007 by rambo3889 My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
gsglive Posted June 15, 2007 Posted June 15, 2007 Or you can use guictreate("Thingy", 200, 200) $thingy = guictrlcreatebutton("Text", 100, 100) while 1 $pos1 = GUIGetCursorInfo ( 0) $pos2 = GUIGetCursorInfo ( 1) guictrlsetpos($thingy, $pos1, $pos2) Wend - gsglive
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now