I am in the process of re-writting one of our applications in C#, using framework 3.5.
Our old vb6 app saved values in an ini file, I want to change this to save the values in the registry. I have this working just fine, but another developer who works here says that it will not work with windows 7.
They were saying windows 7 uses a hive and not the registry anymore.
Can anyone here shine some light on the subject.
Thanks,
Ordinary Programmer
Our old vb6 app saved values in an ini file, I want to change this to save the values in the registry. I have this working just fine, but another developer who works here says that it will not work with windows 7.
They were saying windows 7 uses a hive and not the registry anymore.
Can anyone here shine some light on the subject.
Thanks,
Ordinary Programmer