|
-
Jan 28th, 2000, 04:20 AM
#1
Thread Starter
Addicted Member
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!
-
Jan 28th, 2000, 04:33 AM
#2
Hyperactive Member
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)
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
|