Ive tried searching, and Ive tried everything ive found, and I cant get anything to work
I need to do this-
A click event on form 2 will change a textbox's text on form1.
On form 2:
public frm1 as form1
Private Sub BtnGo_click (blah balh blah) handles btnGo.click
frm1.textbox1.text = "hello"
End Sub
From what Ive read, shouldnt this work?
