|
-
September 3rd, 2001, 07:29 AM
#1
Extracting Information From Registry
As you know there are two fields in Registry.
Name and Data
Say Name has value "Left" and data "4545".
I know the data info can be extracted by using RegQueryValueEx
but how do I extract the value in Name. In this case "Left"?
Thanks,
Simon
-
September 3rd, 2001, 07:44 AM
#2
Re: Extracting Information From Registry
why do U not use getsettings and savesetting function?
savesetting app.title,"section","left","4445"
debug.print getsetting (app.title,"section","left",0)
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|