The format of .ini files is simple enough that, if you can program in .NET at any reasonable level, you should be able to create your own .ini processing class in a fairly quick manner.
The product I work on uses files that are similar to .ini files, but in a slightly different format. The String processing functionality made it easy to duplicate the read/write functionality in .NET. ...Glenn On Tue, Sep 16, 2008 at 8:14 AM, Pankaj Kapoor <[EMAIL PROTECTED]> wrote: > shit, i have to deal with a number of ini files in my app.. I wrote a C++ > app before that read from some existing ini files, and it did it well, but > now i have to make same app in C#.. Im gonna be fried :-( > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
