How can you get all key names for a certain section? For example, you have a section called 'Settings' and you want to get a list of all key names in that section. I want to be able to get all section names, then use them to get all key names for each section to put into an array or control.
This is for a simple ini editor where you don't know the section/key names in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can you get all key names for a certain section? For example, you have a section called 'Settings' and you want to get a list of all key names in that section. I want to be able to get all section names, then use them to get all key names for each section to put into an array or control.
This is for a simple ini editor where you don't know the section/key names in advance.
I haven't tried VB in ages so forgive me if it doesn't compile right off the bat.