hey all,
I have a class, called myClass.vb. I have a sub in it.
this sub has a string variable, which has got some value. Now, i want this value to be transferred to the button_click event of a very seperate form called myForm.vb.
how can this be done?
Thanks in anticipation.