Windows Forms Application
How do I save the data to a file by clicking "Save" button in Windows Form Applications?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Syed ShanuPosted Apr 10, 2015, 12:18 AM
Syed ShanuPosted Apr 10, 2015, 1:15 AM
Jay PatelPosted Apr 10, 2015, 1:04 AM
The question is:
Create a GUI program named WriteInventoryRecords that allows you to enter data for items you sell at an online auction site and saves the data to a file. Once you enter data for and item and click "Add" button an item's information shows on the list. If you click "Save" button the data is saved to the file. Create an Inventory class that contains fields for item number, description, and asking price.
i have done the other part but i don't know about "Save" button...
Syed ShanuPosted Apr 10, 2015, 12:27 AM
Jay PatelPosted Apr 10, 2015, 12:22 AM