getting data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • radom
    New Member
    • Feb 2008
    • 37

    getting data

    What is best way to have get the varibles that it hade when it stoped. would I use a class library to do this. any
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Originally posted by radom
    What is best way to have get the varibles that it hade when it stoped. would I use a class library to do this. any
    Can you please be more clear about what you are asking?

    What variables when what stopped?

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      If you're talking about storing information about the state of your program so that you can reload it on the next run, the traditional ways would be ...
      • Store it in the registry
      • Store it in an INI file

      Comment

      • radom
        New Member
        • Feb 2008
        • 37

        #4
        Can you explane what an INI file and how to use it please an dhow to story it in the regiestry
        Last edited by radom; Apr 11 '08, 09:27 PM. Reason: more info

        Comment

        Working...