Download Sample Project
This is a small WinForms application developed in VB.Net. The objective of this sample is to build a small desktop application that can be used to store information about publically traded stocks. The application stores all the stocks information in a delimted text file. The user can add new stocks, update existing stocks. Based on the data entered in the application you can generate a small profit and loss report as well. This sample application is complete implementation of a .Net WinForms application. The sample dempnstrates impleemntation of how you can handle different event handlers of Windows controls along with conncepts of reading and wriitng data to a file storage.
