Home All Groups Group Topic Archive Search About

how do i reset the program?

Author
20 Jul 2006 4:25 PM
dotnetnoob
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?

Author
20 Jul 2006 4:32 PM
Patrice
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 ?

--
Patrice

"dotnetnoob" <dotnetn***@discussions.microsoft.com> a écrit dans le message
de news: 3FAD3DE1-692D-472D-B768-579A4C05E***@microsoft.com...
Show quoteHide quote
> 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?