Quote:
Or you can save the information on the Database? I'm not sure on how
do you do this in VB, but there must be a way for you to put an information
to database
|
I'm not sure how to do it in VB.NET. But in VB6, you can simply do it by goto
references and add a few MS ACCESS components. After that create and
design the MS ACCESS datebase. Then you connect to the database and
you able to save and load though the SQL query.
If the information that you need to store is simple, I suggest you to store the
information in the file. If the information contain alot of date, database is
recommended.
I wouldn't store in regedit because regedit could only store a few data.
Only a very important information would be store in regedit, Mostly are
the setting of your application.
From siLenTz
Decide the best place to store...