|
-
Aug 30th, 2002, 05:41 AM
#1
Thread Starter
Fanatic Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|