Results 1 to 2 of 2

Thread: Very Easy Q

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Posts
    184

    Post

    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!

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Post

    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
  •  



Click Here to Expand Forum to Full Width