topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday March 28, 2024, 7:16 pm
  • 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

Author Topic: DONE: QuickLaunchy -> launch your programs using "custom user defined keywords"  (Read 6429 times)

gauravgs

  • Participant
  • Joined in 2011
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
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
« Last Edit: March 07, 2011, 09:25 AM by gauravgs »

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Load an INI file in ListView GUI control in AutoHotkey
« Reply #1 on: February 28, 2011, 06:57 PM »
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.autohotke...orum/topic68610.html

gauravgs

  • Participant
  • Joined in 2011
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: Load an INI file in ListView GUI control in AutoHotkey
« Reply #2 on: March 01, 2011, 12:46 AM »
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. :-)

« Last Edit: March 01, 2011, 12:52 AM by gauravgs »

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: Load an INI file in ListView GUI control in AutoHotkey
« Reply #3 on: March 01, 2011, 07:36 PM »
I was able to complete it.

Looking forward to it  :Thmbsup:

gauravgs

  • Participant
  • Joined in 2011
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
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
« Last Edit: March 14, 2011, 05:00 AM by gauravgs, Reason: new updated title for this thread »