Whats Wrong with this one line??
Ret = GetString(HKEY_CURRENT_USER, "\Software\Jasc\Paint Shop Pro 5\Recent File List\File1", "String Value")
Ret it returning as "" and its Suppose to be a long string!
Printable View
Whats Wrong with this one line??
Ret = GetString(HKEY_CURRENT_USER, "\Software\Jasc\Paint Shop Pro 5\Recent File List\File1", "String Value")
Ret it returning as "" and its Suppose to be a long string!
I'm not sure is this is right but have ago anyway. Before you put "Ret = GetString(HKEY_CURRENT_USER, "\Software\Jasc\Paint Shop Pro 5\Recent File List\File1", "String Value")" try:
Ret = Space(255)