G
Guest
In VB6 I could pass a reference from another form or set a value of a control on a form from another form. I'm certain it can be done in VB.NET I just can't find a way to do it
In VB6 it would be something like
form1.label1.caption = strSomeValu
Or.....is there a new proper way to get a reference from another form? For instance how do we pass information from a Menu click on an MDIParent to an MDIChild
Thanks in advance
David
In VB6 it would be something like
form1.label1.caption = strSomeValu
Or.....is there a new proper way to get a reference from another form? For instance how do we pass information from a Menu click on an MDIParent to an MDIChild
Thanks in advance
David