PDA

Click to See Complete Forum and Search --> : How to set a value to a registery Key [Defult value]


Jan 7th, 2000, 08:21 PM
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

Jan 8th, 2000, 06:43 PM
Thank You ! You have been a grate help !
i dont know how you picked that up but TNX ! :)