Tomb Posted January 30, 2008 Posted January 30, 2008 (edited) ok i am creating a gui, and a picture on the gui. i want to use ControlGetPos to read the position and set it to a variable. then i want to iniwrite the variable to an ini folder. i want the ini to show the coordinates that ControlGetPos gets. heres some code. $GetPos = ControlGetPos($GUI, "", $background) $cks = "ini.ini" IniWriteSection($cks, 1, $GetPos) why doesn't this work? Edited January 30, 2008 by Tomb616
Tomb Posted January 30, 2008 Author Posted January 30, 2008 nevermind i forgot controlgetpos makes an array, and i was being silly. all solved.
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