Jump to content

Recommended Posts

Posted (edited)

hy, i use this option:

Opt("GUIOnEventMode", 1)

and now i cant use in while for the next code, its ok, but how can i make it to load automatice datas to fields from .ini file?

i want to make automatice this code:

For $i = 0 To 2
GUICtrlSetData($aControlID[$i], IniRead($sIniFile, "Data", $i, "Not found"))
Next
Edited by retaly

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
×
×
  • Create New...