Creating my own program

Hello

I am using Visual to create my first program for a final project. I have the interface completed and I know what I want the program to do. But I am stuck on the code. My program should output the inventory on hand for a bakery. I have choosen to enter the inventory into 3 separate combo boxes (Cookies, Cakes & bars) I created a button (to get current inventory) and a textbox for the program to output the current inventory number.

I would appreciate some help on where to start with the code. I know this is a very simple program, but if I can get this first part done and compile correctly, there is some other things I would like it to do. But I have to start simple so I don't get overwhelmed.



Thank you!
Last edited on
There are several very good tutorials on the Microsoft Website on serialization. You will want to store the inventory either in a flat file or a database. Using serialization to read and write the inventory to a file is very easy! Try this link: http://msdn.microsoft.com/en-US/library/hyds2fy1(v=VS.80).aspx
Topic archived. No new replies allowed.