
I have a few problems with visual basic.
I am making a game, but that game needs a folder where all the stuff goes into (directory). Now i know how to make it with the:
MkDir ("c:\dir")command. But i don't know a few very crucial things. How to save preferences and data into that directory, and accessing it later. I even tried to make a database with the visual data manager but i don't know how to access that data through the application that i am writing. Summarizing i have these following problems:
1) I need to know how to save files and how to access them when the user wants to (preferences, names etc)
2) Where i want to save the files, and i want to be able to overwrite them without having error problems (like when a user changes the preferences etc)
3) How to access my database, where to store it, how to place it so that the user can access information.
I know this is a lot and it would really mean a lot to me if one of u geeks:happy: took the time to answer all of this.
Thanks again,
p.s. if you didn't understand something i said post and i will try to explain myself better.

- MaverickSidewinder
Edited by MaverickSidewinder, 30 October 2005 - 04:52 PM.