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
Printable View
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
Don't you need to use SaveSettingString() instead of SaveSettingByte() ??
Toot
No im not working with a string im working with a binary dword value