Results 1 to 2 of 2

Thread: registry value

  1. #1

    Thread Starter
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    registry value

    I used this code to make a key in the regsitry

    RegCreateKey HKEY_CURRENT_USER, "\Software\Robbedaya\prog\", result

    this works but then I trie to create a value with this code:
    RegSetValueEx result, "Test123", 0, REG_SZ, "test", 4

    this makes a value but the data in this value is changed into "d"

    Could somebody help me?

  2. #2

    Thread Starter
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    Talking oops

    sorry
    I allready found my problem
    I forgot to close my key (RegCloseKey Result)

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