I have an INI file with the following content:
[MAIN]
DB=X
USERNAME=y
PASSWORD=z
SERVER=a
Can anyone please provide me with the code to read keywise values from the mentioned file in VB 2008?
Printable View
I have an INI file with the following content:
[MAIN]
DB=X
USERNAME=y
PASSWORD=z
SERVER=a
Can anyone please provide me with the code to read keywise values from the mentioned file in VB 2008?