ini file class 
Author Message
 ini file class

I have to work with a legacy application that uses ini
files [ name value pairs etc ]. The WIN 32 API had a
function to extract those values. Of course it would be
possible to build my own.

Does anyone have something already built or is it some
place in the framework ?

Thanks Andrew



Sat, 15 Jan 2005 22:52:32 GMT  
 ini file class
try this great PInvoke 'IniReader' sample:
  http://www.mentalis.org/soft/class.qpx?id=6

--
  NETMaster  (Thomas Scheidegger)
  http://www.cetus-links.org/oo_CSharp.html

Quote:

> I have to work with a legacy application that uses ini
> files [ name value pairs etc ]. The WIN 32 API had a
> function to extract those values. Of course it would be
> possible to build my own.



Sat, 15 Jan 2005 22:58:48 GMT  
 ini file class
Andrew,

    Someone out there might have done this already, but it shouldn't be too
hard to declare the GetProfileString and associated api functions in C#.  If
you need help doing this, let me know.

    Hope this helps.

--
               - Nicholas Paldino [.NET MVP]


Quote:
> I have to work with a legacy application that uses ini
> files [ name value pairs etc ]. The WIN 32 API had a
> function to extract those values. Of course it would be
> possible to build my own.

> Does anyone have something already built or is it some
> place in the framework ?

> Thanks Andrew



Sat, 15 Jan 2005 22:56:24 GMT  
 ini file class
I just created an xml ini file manger that will allow you to quickly
create and update an xml ini file.

http://www.devhood.com/Tools/tool_details.aspx?tool_id=682

Let me know if it helps.



Fri, 28 Jan 2005 15:55:32 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. INI FILE CLASS

2. INI FILE CLASS

3. Anyone have source code for an .ini file class?

4. Newbie! Class for handling INI files

5. MFC Class for Reading and Writing INI Files?

6. 2nd try: need a C library file for reading Windows-style .INI files

7. registry/ *.ini to dialog class

8. Maintaining .INI Files

9. Q:DotNETs version on INI files

10. Replacement for INI Files?

11. Function to read a .ini file

12. How to read INI files (16bit DOS)

 

 
Powered by phpBB® Forum Software