|
-
Nov 22nd, 2002, 05:17 PM
#1
Thread Starter
Fanatic Member
registry awareness
what is the registry? what is it used for? how do i use it?
thanx
-
Nov 22nd, 2002, 05:19 PM
#2
Stuck in the 80s
It's a place in which one can store variable information for programs. Kind of like an INI file, but better.
You can use the SaveSetting and GetSetting functions to use it. Look in the Object Browswer on their parameters.
Or you can find some heap of API code to get beyond the limited bounds of the native VB functions.
-
Nov 23rd, 2002, 07:05 AM
#3
Thread Starter
Fanatic Member
well, who can have access to the registry?
if i save a variable in the registry, will everyone be able to see it?
if i save a variable in the registry, will it still be there after reboot?
-
Nov 23rd, 2002, 07:52 AM
#4
Fanatic Member
It will be in ther registry permanent, unless of course you remove it.
Yes everyone can see the values of the 'keys' ( registery term for variable )
do this and check
Start > Run > RegEdit
but be careful, modifing it in anyway can cause very very bad problems ( bad problems like, need a reformat to get windows working again )
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
|