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?