Page 1 of 1

Reading Value From Registry "HKLM"

Posted: Wed Jul 23, 2014 7:51 pm
by Darren
Can anybody help?????

I have the following FNXBasic program....

dim reg as registry
dim key as string
key="HKEY_LOCAL_MACHINESOFTWAREMechTools3D C.A.D Program Name"
showmessage reg.readkey(key)

It has been modified from the one I downloaded from a "Google" search that worked fine!!!!

Why does the program, shown above, not show the value in the registry?

Many thanks in advance!!!!

Darren