Jump to content

FILE HANDLING - VISUAL VASIC .NET 2005


Recommended Posts


Easiest method is to create a class that contains variables to record all your data.

Use StreamWriter to add stuff to your file, use StreamReader to read it back.

If you write some code and post it, I'd have a look but not going to write it from scratch for you (It might be seen that you are getting someone to do your assignments for you)

Link to comment
Share on other sites

Easiest method is to create a class that contains variables to record all your data.

Use StreamWriter to add stuff to your file, use StreamReader to read it back.

If you write some code and post it, I'd have a look but not going to write it from scratch for you (It might be seen that you are getting someone to do your assignments for you)

thanks, I just needed to know the steam reader and writer bit, that's all the problem was with my code.

btw, do you know how you can connect a SQL database to vb.net?

Edited by ehmod
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...