Accessing form control from class

sp51

New member
Joined
Apr 29, 2008
Messages
2
Programming Experience
Beginner
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
 
Back
Top