> Now my problem is even more basic. In risk of displaying my ignorance: > I have a string variable declared in class A. I want to write to that > variable from class B. How exactly do I go about doing so? I tried to > find the answer with google with no luck. Create a property for the variable in class A and pass a reference to your instance of class A to your instance of class B.