garriew
Member
- Joined
- Sep 13, 2013
- Messages
- 13
- Programming Experience
- Beginner
Hello,
I am using VB.net 2010 and trying to load a section (Words) of an ini file to a text box.
INI File examples
[Settings]
Delay=10
Search=yes
[Words]
Word1=mindless self indulgence
Word2=msi
Word3=nin
etc.
I don't know how many Words keys there will be.
Currently I am using the code as found at the URL below to read/write the ini file.
http://www.vbdotnetforums.com/vb-net-general-discussion/45603-read-write-ini-file.html
Any help will be greatly appreciated.
I am using VB.net 2010 and trying to load a section (Words) of an ini file to a text box.
INI File examples
[Settings]
Delay=10
Search=yes
[Words]
Word1=mindless self indulgence
Word2=msi
Word3=nin
etc.
I don't know how many Words keys there will be.
Currently I am using the code as found at the URL below to read/write the ini file.
http://www.vbdotnetforums.com/vb-net-general-discussion/45603-read-write-ini-file.html
Any help will be greatly appreciated.
Last edited: