Jump to content

Using iniwrite confusion


Tomb
 Share

Recommended Posts

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