Results 1 to 6 of 6

Thread: registry entry

  1. #1

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117

    registry entry

    hi all
    How can I write a string value to a particular folder of the registry using vbcode?
    please help me
    when in doubt, win the trick

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    See this link.

  3. #3

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117
    thanks Mr.Amitabh
    when in doubt, win the trick

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288

  5. #5
    Addicted Member chatty's Avatar
    Join Date
    Aug 2002
    Location
    in a house
    Posts
    202
    Hi

    I want to delete something out of the reg what i got is the class and this code but it doesn't work Help

    VB Code:
    1. objReg.DeleteKey eHKEY_LOCAL_MACHINE, "\SOFTWARE\Microsoft\OLE"

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    VB Code:
    1. objReg.DeleteKey eHKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\OLE"
    Don't use the slash at the begining or at the end.

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