I\'m trying to get data from the registry of windows to my software but there is one thing i\'m having trouble with it:
if my software runs on a 64 bit system the regist
You don't state which version of the framework you're using, but if you're using 4+ then you can use Environment.Is64BitOperatingSystem to determine the bitiness of the environment and therefore look/write to the correct place.