I'm doing a project for class using visual Basic. What I'm stuck with is that I want to use Form2 as my first form. So, when you click start, Form2 is the first to show and by clicking the button, Form1 shows up. Does anyone have any sample codes or something in order to do that?
Also, I'm having trouble with calculating my totals. I'm doing an accumulated total and have made 2 variables ( accumulated and running) but I don't know how exactly to add them to make one collective total.
Properties let you choose WHICH form is the first form in your app. You need to look at the various settings, and read up on the Internet. It's a drop down.
Bookmarks