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 ?
Printable View
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 ?
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
[email protected]
Thank You ! You have been a grate help !
i dont know how you picked that up but TNX ! :)