blacksoul305 Posted March 25, 2012 Posted March 25, 2012 Hello guys, sorry for the mistakes, I'm just a french looking for an answer in this forum. My problem is my EditBox. In the EditBox will appear the list of all the things that the user has chosen. The chosen things will be written in my ini file ($ini) and then, written in my EditBox. IniReadSection($ini) ; One section name is one thing choosed and added into the list At the end, I want something like: INI FILE [Thing1] [Thing2] [Thing3] EditBox - Thing1 - Thing2 - Thing3 Thanks in advance, sorry again for my mistakes.
JohnOne Posted March 25, 2012 Posted March 25, 2012 Inireadsection requires 2 arguments 1. the path to and name of the inifile 2. the section name to read. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
blacksoul305 Posted March 25, 2012 Author Posted March 25, 2012 (edited) My bad, really sorry : In fact, the function used was IniReadSectionNames($ini). The result of this function is an array with the name of each section. I want these names to be like I showed in my first post. Thanks Edited March 25, 2012 by blacksoul305
blacksoul305 Posted March 28, 2012 Author Posted March 28, 2012 ###CLOSED### I finally remplaced my EditBox by a Listview because it works how I wanted and it's very easier to deal with. Thanks anyway.
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