Results 1 to 3 of 3

Thread: Please Help with Registery Problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 1999
    Location
    San Antonio,TX,USA
    Posts
    26
    text1.text="test.test"

    SaveSettingByte HKEY_CURRENT_USER, _
    "Software\Configuration", "test", text1.text

    when it writes the dword value i get this

    t.e.s.t...t.e.s.t.

    i need it to set the value like this

    test.test

    what am i doing wrong


  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    81

    Question

    Don't you need to use SaveSettingString() instead of SaveSettingByte() ??

    Toot
    Some cause happiness wherever they go; others, whenever they go.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 1999
    Location
    San Antonio,TX,USA
    Posts
    26
    No im not working with a string im working with a binary dword value

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