Reading/Writing to *.INI files
-
I'm creating an appliation that reads/writes from/to files that have the same structure as an INI file. Win32 includes a few methods to read/write keys, section, etc. I've tried to do this using C# but it could not compile. It inidcated that the methods I was using (e.g. GetPrivateProfileInt...)were not recognized or not included in any of the namespaces. Does C# support the use of these functions? If so, under what namespace? :confused: LA
-
I'm creating an appliation that reads/writes from/to files that have the same structure as an INI file. Win32 includes a few methods to read/write keys, section, etc. I've tried to do this using C# but it could not compile. It inidcated that the methods I was using (e.g. GetPrivateProfileInt...)were not recognized or not included in any of the namespaces. Does C# support the use of these functions? If so, under what namespace? :confused: LA
http://www.codeproject.com/csharp/ini.asp Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C# and C++!