How to populate listbox1 from ini file
I flipped through almost all the pages and did not find the solution for myself
My setup.ini looks like this:
:
:
Below can be more names.
How can i populate all the names to listbox1 ?
I flipped through almost all the pages and did not find the solution for myself
My setup.ini looks like this:
Code:
[1_NAME] NAME=Paris [2_NAME] NAME=London [3_NAME] NAME=Madrid
:
Below can be more names.
How can i populate all the names to listbox1 ?
Comment