topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 20, 2024, 4:10 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gauravgs [ switch to compact view ]

Pages: [1]
1
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

2
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. :-)


3
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]