I want to read everything from an ini file to a ListBox.
I can't use ReadSection, ReadSections or ReadSectionValues because they give me just the section, the key or the values in each string. i want all three at the same time.
Anyone know how I can do this?
I just want to load the contents of C:\test.ini into ListBox1
Thanks.
Mindy
I can't use ReadSection, ReadSections or ReadSectionValues because they give me just the section, the key or the values in each string. i want all three at the same time.
Anyone know how I can do this?
I just want to load the contents of C:\test.ini into ListBox1
Thanks.
Mindy