I am new to vb.net 2003 and was wondering how to reference a control or method on one form from another. I have done this in other languages by doing:
form.controlname.property
form.methodname
This does not seem to work on vb.net 2003.
If anyone could stear me in the right direction it would be greatly appreciated.