I finally got back to looking at this problem. From what I see in the replies, I can build a class to be used in various parts of a program. While that is useful, I see no way to create a single instance of that class to be used throughout the program. I am looking a a database with nearly 100 different tables (and probably nearly that many forms to handle them). Yeah, I can use the class in every place I need it, which saves a lot of code, but each time will be a new instance. That is pretty weak, as I can't make use of common states and so on.
Is there any way to instantiate a class outside of a form for use throughout a program?
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
Offline 57 posts
since Aug 2007