- In Solution Explorer expand down the AdvancedHMIDrivers project
- Expand down the Common folder
- Right click IniParser.vb and select View Code
- Go to about line 50 and modify it to this:
If Not String.IsNullOrEmpty(strLine) And strLine.Trim.IndexOf(";") <> 0 Then
You should now be able to add line comments by starring with a semi-colon