how do i reset the program?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm writing a program with vb.net that will get data from xml file, if the
file have nothing that user need it will give out a error and ask to chose
another file. how do i reset the program back to the orignial state?
 
You don't have to reset the whole program. Just clean up what you used
before finishing this function and you are ready for a second try.

If you have a particular problem in mind could you elaborate a bit ?
 
Back
Top