PDA

Click to See Complete Forum and Search --> : Very Easy Q


Dayo312
Jan 28th, 2000, 03:20 AM
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!

rino_2
Jan 28th, 2000, 03:33 AM
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)