I use my own application INI files that do NOT reside in the registry.
GetPrivateProfileString("Options"..."MyFile.INI")
WritePrivateProfileString ("Options"..."MyFile.INI")
I'm trying to remained "managed" and was looking at Microsoft.Win32.Registry, but that isn't flexible enough to deal with user defined INI files. Is there any other managed option?
Thanks, Rob.