Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5

Thread: Save parameter

  1. #1
    Join Date
    Nov 2009
    Posts
    24

    Save parameter

    Hello, So now i want to same the input box in text file.

    Then the user start again this application, the input box was preload with information in the text file.

    It 's simple for you ! But difficult for me.

    Please i need again your help.

  2. #2
    Join Date
    Nov 2003
    Location
    Salzburg / Austria
    Posts
    312
    Search help for:
    Application.SaveValue
    Application.LoadValue
    "With a rubber duck, one's never alone."

    Douglas Adams, The Hitchhiker's Guide to the Galaxy

  3. #3
    Join Date
    Nov 2009
    Posts
    24
    Thanks a lot, it's very simple.

    Bye

  4. #4
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,634
    I am not sure tho if these will work when after you restart the computer
    can anyone comfirem this?

    if it don't you could save it to a ini and load the vebs there after from the ini.

  5. #5
    Join Date
    May 2006
    Posts
    5,380
    Code:
    Application.SaveValue
    Application.LoadValue
    they use the registry, so yes, it will work if you restart the computer
    Open your eyes to Narcissism, Don't let her destroy your life!!

  6. #6
    Join Date
    Oct 2009
    Location
    Merton, United Kingdom
    Posts
    684
    Quote Originally Posted by RizlaUK View Post
    Code:
    Application.SaveValue
    Application.LoadValue
    they use the registry, so yes, it will work if you restart the computer
    I guess that's the easiest method of persistent storage.

  7. #7
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,634
    Quote Originally Posted by RizlaUK View Post
    Code:
    Application.SaveValue
    Application.LoadValue
    they use the registry, so yes, it will work if you restart the computer
    Thanks RizlaUk for updating me on that

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts