Archive

Archive for the ‘VB.NET’ Category

ini File Access with VB.NET

December 20, 2006 Comments off

I thought I’d share a usefull VB.NET class for accessing .ini files. There are better ways to store local application settings than using a .ini. Sometimes it is nessessary to access legacy .ini files and this should help you get there.
Read more…

Categories: .NET, VB.NET