I use the Registry class to manage values in the Registry on Windows Seven in C#.
Registry.GetValue(...);
But, I'm facing a curious behavior : Every time, the returned value is the correct one, but sometimes, it is followed by an unexpected "?"
When I check the Registry, (regedit), the "?" doesn't exist. I really don't understand from where this question mark come from.
Info :
- C#
- 3.5 framework
- windows 7 64 bits (and i want my application to work on both 32 and 64 bits systems)