S
Shadowboxer
What happened to global objects?
I want to make the main form accessible throughout all the classes as a
single instance, right now I have to make a cludgy pass back through the
class structure to get to a textbox.
Also, how do I setup an event listener on the global form that I can call
from a RaiseEvent in one of the classes?
thanks -J
I want to make the main form accessible throughout all the classes as a
single instance, right now I have to make a cludgy pass back through the
class structure to get to a textbox.
Also, how do I setup an event listener on the global form that I can call
from a RaiseEvent in one of the classes?
thanks -J