Friday, May 21, 2010

How do I insert a "save" button on a project in Visual Basic 2008?

I created an assignment planner that has a calandar, to-do list, and place to write down homework. The place to write down homework is simply a multiline textbox. Everything works- except I don't know how to add a save button so that when you exit the program and re-launch it another time everything you inputed in the text box will still be there.

How do I insert a "save" button on a project in Visual Basic 2008?
Hi,


Unless u would save ur work, how can u see it later.


For ur purpose u use some database or excel sheet.


in VB u will have to write code to get what u want.


Insteatd take MS-Access. Design a table and a form using Form Wizard. It will allow to enter information and save in the table.


Later on when u would want to see u just open ur form, ur information would be before u.


No comments:

Post a Comment