1 Attachment(s)
Populate Multiple Combo box contents from an external INI/XML file
I am new to VB and was looking for a simple code to get Multiple Combo box contents in a Windows Form from a single INI file
I searched the forum and couldn't find one
Can someone please post the complete code?
Attachment 90447
Thanks
:wave:
Re: Get Combo box contents from an external INI file
Thread moved from the 'VB6 and Earlier' forum to the 'VB.Net' (VB2002 and later) forum
Re: Populate Multiple Combo box contents from an external INI/XML file
You're not likely to get anyone to write you code with such vague ideas and no obvious sign that you've done anything to help yourself. If you want magic wands, join a Harry Potter forum!
Re: Populate Multiple Combo box contents from an external INI/XML file
There's an XMLReader class, and for reading from INI files, there's an API that you can use for that; GetProfileString.