Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Registry
Message
From
11/06/2001 09:54:51
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
11/06/2001 09:11:17
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00517717
Message ID:
00517740
Views:
18
You can use The windows scripting host as long as you have IE4 installed.
lo = CREATEOBJECT("WScript.Shell")
lc = lo.RegRead("HKEY_LOCAL_MACHINE\Software\Microsoft\...")
OR
lo.RegWrite(("HKEY_LOCAL_MACHINE\Software\Microsoft\...", anyValue [,strType])
where strType can be REG_SZ, REG_EXPAND_SZ, REG_DWORD, and REG_BINARY

>How can I access registry of Windows 95/98 through my foxpro program ?
>
>Thanx in advance.
>
>Ashish Patel
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform