I do have a question to ask regarding the carry-over of information from one form to the next.

If I were to use two forms, say Form1 and Form2, and Form1 originally displays default information in a Label box (as "0"), and then just before Form1 turns to Form2, the Label box turns from "0" to "1", and the "1" should be carried over to the next form. What would I have to do in order to have such successful carry-over?

BTW, this carry-over relates to a scoring system for the Card Sharks game I am currently developing.