Declare on other forms?
Can anyone tell me how to declare items on different forms for example on Form 1 i do "Dim MeOn As Integer" or "Public MeOn As Integer"
and I want that variable on Form 2 how would I declare that?
Global scope, propriety, or pass it as a parameter to the new form constructor.