Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read Registry Key Without Registry vcx class
Message
De
12/03/2007 13:07:18
 
 
À
12/03/2007 12:56:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01202744
Message ID:
01202779
Vues:
10
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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform