Hello,
i can't work out how to interact with a form from within a class.
This is how my application looks: frmMain > frmFinder > myClass
I don't have any problem interacting with frmMain from frmFinder, but the solution i use there obviously doesn't work with the class that i've created.
So my question is; How to i access a control, say txtMessages, on frmMain from myClass?
Best regards,
SP51
i can't work out how to interact with a form from within a class.
This is how my application looks: frmMain > frmFinder > myClass
I don't have any problem interacting with frmMain from frmFinder, but the solution i use there obviously doesn't work with the class that i've created.
So my question is; How to i access a control, say txtMessages, on frmMain from myClass?
Best regards,
SP51