Accessing the objects of one class into another
I have two classes .
In class A I have Text block. i want access this text block in class B. so i can set its text property in class B.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mike HankeyPosted Sep 12, 2008, 11:44 PM
Class B would set the Text property and Class A would retrieve the text to display.
Mike