For sometimes, i have worked with ini files in vb. Usually, API makes the trick, why in the hell did they not include ini file manipulation in .NET Framework. It is used commonly in apps now a days.... juz asking....
Printable View
For sometimes, i have worked with ini files in vb. Usually, API makes the trick, why in the hell did they not include ini file manipulation in .NET Framework. It is used commonly in apps now a days.... juz asking....
Because .NET apps are not supposed to use INI files but rather config files, for which there is in-built support in the .NET Framework.