Guys,
sorry 4 stupid question...

for example in VB 6:
i have a form with textBox on this,
and from different location /ie method in class module/
i can acces this textbox like this:

strMyText = Trim(frmmain.txtMyText.Text)


the question is ... how can i access textbox'es method properties from different location in

VB.net

Thanks,
Eugene