|
-
Oct 3rd, 2000, 05:08 PM
#1
Hi Team
I create a registry keys using VB6 code as follows:
CreateRegKey = (RegCreateKeyEx(HKEY_LOCAL_MACHINE, "Software\Solution 5\DebtManager", 0, NewSubKey, 0, KEY_ALL_ACCESS, SA, phkResult, Create) = ERROR_SUCCESS)
The result is a DWORD value. What do I change to get it to create a String?
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
|