Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Registry Key Without Registry vcx class
Message
From
12/03/2007 13:07:18
 
 
To
12/03/2007 12:56:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01202744
Message ID:
01202779
Views:
8
A great alternative. Thanks Stuart!

>> I can read specific values from registry keys using code without using a separate registry.vcx,
>> but I am having problems with this one.
>
>Another approach is to use the WMI registry provider:
>
>#define HKLM 0x80000002
>
>oStdRegProv = getobject("winmgmts://./root/default:StdRegProv")
>cValue = space(255)
>
>if oStdRegProv.GetStringValue(HKLM, "SOFTWARE\Classes\AppWare.Project\shell\Open\Command\", "", @cValue) = 0
>    ? "Value is " + cValue)
>endif
>
>
>More info on using the provider in VFP is here.
>
>Regards
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform