There's an INI file that I want to access and read information from. This is the complete content of the INI file in question: http://www.heypasteit.com/clip/0C3Q
Several people suggested me codes but they don't work. I believe it is because of the [ ] tags in that INI file. Because they work if I remove the tags.
My program has a bunch of comboboxes, trackbars and checkboxes. These items will be filled by the information taken from the INI file.
For instance, ini file has these lines;
...
bCrosshairEnabled=1
bDoDepthOfField=0
bFXAAEnabled=1
uiMaxSkinnedTreesToRender=10
iSize H=720
iSize W=1280
...
Example: I want the checkbox8 in my form to get checked if bFXAAEnabled has a value of 1 or unchecked if it is 0.
Please make sure your code is compatible VB.NET 2010.