ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: QuickLaunchy -> launch your programs using "custom user defined keywords"

(1/1)

gauravgs:
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

skwire:
Welcome to the site, gauravgs.  Apologies for not getting to your post but it appears you were able to solve your issue here, right?

http://www.autohotkey.com/forum/topic68610.html

gauravgs:
Thanks.

:-) Yeah, you are right, I was able to solve my problem. The topic on autohotkey was started by me.

QuickLaunchy has been developed by me using the help of two libraries INI and autocomplete.

I will soon post it here too with detailed help file on it's usage.

I first tried to make it myself, but then I was stuck over the listview control and it's events. So I studied autohotkey and then with the help of tuncay on autohotkey forums I was able to complete it. :-)

cranioscopical:
I was able to complete it.
-gauravgs (March 01, 2011, 12:46 AM)
--- End quote ---

Looking forward to it  :Thmbsup:

gauravgs:
Help me improve this small utility.

The code for this software is on autohotkey forums

QuickLaunchy

alternatively you can download complete source code from here

Download (RAR)

Download (ZIP)

Thanks

Navigation

[0] Message Index

Go to full version