Quote Originally Posted by jmcilhinney
Does the Users hive of your Windows registry have a value named "vBull cookie" at the root level? I very much doubt it. I would guess that if there is a value with that name it is under some subkey. In that case you need to call the OpenSubKey method of the Users hive to get to that subkey, then call ITS GetValue method.
You confused me there. Can you make a sample function that will check for a registry(like the one i'm getting a string from) and if its not there make it. thanks.