Reading ini file?

How can I read ini file using vb.net app.  
 


Answer this question

Reading ini file?

  • Pauls1965

    ini files are predominantly just simple text files.  You can read an .ini file by using the normal way to read text files.

    http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconreadingtextfromfile.asp

    that should be what you need.  

  • Reading ini file?