How to back up data in vb.net ( Visual Basic.NET)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arkhe3
    New Member
    • Jan 2010
    • 5

    How to back up data in vb.net ( Visual Basic.NET)

    i have a project and i want to backup data in my project. how to make??
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    By "data in my project" do you mean the values of the various variables?

    Write them to a text file?
    Write them to an XML file?
    Write them to the registry?
    If your 'data' is a bunch of pictures, write jpgs.

    Having no idea what the data is makes it a little hard to advise.

    Comment

    Working...