Topics - gauravgs [ switch to compact view ]

Pages: [1]
1
I want to load the contents of an INI file into a listview control in autohotkey

the structure of INI file is as follows

[progname1]
Path=path\to\progname1.exe
[progname2]
Path=path\to\progname2.exe
[progname3]
Path=path\to\progname3.exe

On the click of a button I want to show the contents (shown above) of the ini file in the ListView control.

I also want to add, edit, delete the section along with the keys value of such inifile using the same LISTVIEW control.

If I take the example of above contents
then the script should be able to edit progname1 along with it's Path.

I hope I made myself clear.

Please help me write ahk code for this.


Thanks

Pages: [1]
Go to full version