Access another form's objects
Is there a way I can access another form's objects or instances without passing them through a function or sub routien? Here's my situation.
I have a frmMain form that contains all my objects: buttons, panels, text boxes, datagrid, dataset and dataadapter etc.. Then I added a another class component, clsEvent, to my project. In this class, I want to be able to access all those objects in the frmMain form without passing them through a public shared sub. Is there a way? If there is way, mind give me a hand on this issue?
Any help is greatly appreciated!
ljCharlie