Question about class communication
C#
3
Posts
2
Posters
0
Views
1
Watching
-
-
I have always found a way arounf this, but now i can't do that anymore. I have the following problem. In my main form i have lots and lots of members.. How can i modify them from within another class? How can i acces them at least? pls help me.. thx:)
Pass
this
to the other class, that way, the other class will get a reference to the form and can access/modify its members. Regards Senthil _____________________________ My Blog | My Articles | WinMacro -
Pass
this
to the other class, that way, the other class will get a reference to the form and can access/modify its members. Regards Senthil _____________________________ My Blog | My Articles | WinMacro