GetSetting & HKEY LOCAL_MACHINE

  • Thread starter Thread starter pcouas
  • Start date Start date
P

pcouas

Hi,

How could i replace GetSetting functionnality for reading and saving
datas in HKEY LOCAL_MACHINE registry entry ?
Could i use an Windows API, but which API ?

Regards
Philippe
 
Philippe,

I think you can use WSH, as an example

Dim oWSH As Object


Set oWSH = CreateObject("WScript.Shell")


sRegKey = oWSH.RegRead("HKCU\Software\myKey\mySubkey\myKeyValue")



--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top