Results 1 to 3 of 3

Thread: How to set a value to a registery Key [Defult value]

  1. #1
    Guest

    Post

    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 ?

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593

    Post

    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]



  3. #3
    Guest

    Post

    Thank You ! You have been a grate help !
    i dont know how you picked that up but TNX !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width