Reading Value From Registry "HKLM"

Here one can report bugs or hold discussions about bugs updates and work arounds.
Post Reply
Darren
Posts: 63
Joined: Wed May 11, 2011 11:55 am

Reading Value From Registry "HKLM"

Post: # 1196Post Darren
Wed Jul 23, 2014 7:51 pm

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

Post Reply