In a C # project I have two forms defined. From one of them I want to refer to an object defined in the other form, how do I do it? In VB 6.0, the name of the other form was placed followed by a period and then the name of the object, in C # I could not do it. Thanks in advance to whoever answers me