Hi,
I´ve created a program that needs to read from the registry.
This doesn´t work on a win 7 64 bit machine. Can you tell me why, and what I need to do?
Thank you
Fuga
I´ve created a program that needs to read from the registry.
This doesn´t work on a win 7 64 bit machine. Can you tell me why, and what I need to do?
Code:
CStr(My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\mykey", "myvalue", Nothing))
Fuga