
Reading and writing to an INI file?
Hi David,
Look at the AppSettingsReader class in .net. Here is some sample documentation
on it.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_v...
ml/vbtchcreateyourowndynamicpropertiespreservepropertysettingsinvisualbasicnet.a
sp
Instead of using INI file, you use an xml file called MyApp.exe.config.
Here is a uitility code for converting INI file to XML.
http://www.codeproject.com/soap/ini2xml.asp
Read and Write application parameters in XML
http://www.codeproject.com/soap/paramio.asp
Hope this helps!
Bharat Patel
Microsoft, Visual Basic .NET
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.