Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registry
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Titre:
Divers
Thread ID:
00712238
Message ID:
00712248
Vues:
8
You can right a program to create the registry key. Use this code to add the key to the registry.

Function WriteToReg
Lparameters tcRegKey, tcValue
* tcRegKey is registry key to write
* eg: HKEY_CURRENT_USER\Software\EmSoft\EmTerm\Settings
oShell = Createobject("WScript.Shell")
lcValue = oShell.RegWrite(tcRegKey, tcValue)
Stuart Reid

True nobility lies not in being superior to another man, but in being superior to one’s previous self
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform