Hi, i understood that there are lots of posts regarding saving datas. However, i couldnt find any post regarding saving strings and integers in C# language(Visual Basic 2005). Im working on an emulator, and im trying to save data typed in textboxes, and later retrieve the data. However, i cant find and i dont know the suitable coding for it. Can anybody help or at least show me the link where i can find any resourceful informations. Thank you.
Loading
Mike GoldPosted May 23, 2007, 6:34 PM
there are many ways to persist (save) data in c#. I recommend you check out the FileStream, StreamReader and StreamWriter classes.