cgchris99
April 9th, 2002, 04:45 PM
I am creating a class. But I have some code in the class that needs to check a boolean that I have global on Form1. right now it give an error.
I have created the variable in the Declartion section of Form1. Right under Public Class Form1
How do I do this? Did I create the global variable in the wrong place?
Should I create a class for my global variables?
Thanks for any advice
I have created the variable in the Declartion section of Form1. Right under Public Class Form1
How do I do this? Did I create the global variable in the wrong place?
Should I create a class for my global variables?
Thanks for any advice