Hi,
I am starting my MDI app using sub main. I want a object of a class i created to be available to all classes and forms in my app( kinda like static ). This object is gonna be constructed in the sub main , before naythign else happens.
Is there sth like global space or a way to achieve this?
I am starting my MDI app using sub main. I want a object of a class i created to be available to all classes and forms in my app( kinda like static ). This object is gonna be constructed in the sub main , before naythign else happens.
Is there sth like global space or a way to achieve this?