Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registry
Message
From
17/10/2002 07:13:58
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Title:
Miscellaneous
Thread ID:
00712238
Message ID:
00712248
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform