Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to query the registry with WScript.Shell
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to query the registry with WScript.Shell
Divers
Thread ID:
00571288
Message ID:
00571288
Vues:
79
Running the following code result in an error if the key "Users" doesn't exist in the registry.

goWsHost = CreateObject("WScript.Shell") && initiate Windows Scripting Host

REGKEY_LOC = "HKEY_CURRENT_USER\Software\Ifö Ceramics AB\PiDoc\1.0\Window Positions\Users"

* Next line gives an error saying it can not open the registry key.
lcBuffer = goWsHost.RegRead(REGKEY_LOC)

Well i understand that it can not, but how can i query the registry to check for the existance of the key or att least avoid the error message ?
/Torgny
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform