Click to See Complete Forum and Search --> : How to set a value to a registery Key [Defult value]
Hello All , i have a reg bas with all the Reg functions but i noticed something - you cant set a defult value , Can someone help me please ?
John
Jan 8th, 2000, 03:58 AM
Pass the key name as vbNullString
Something like this:
SaveSettingString HKCU, "Software\VB-World", vbNullString, "VBW default Key!"
That is the code you would use if you were using the reigstry functions from:
http://www.vb-world.net/registry/registry2/
------------------
John Percival
Editor, VB-World.net
john@vb-world.net
Thank You ! You have been a grate help !
i dont know how you picked that up but TNX ! :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.