hello all I am trying to set a textbox text so when I click a button it sets the text on that form into the textbox on another form
here is what I got
when I click the button it doesnt add the textbox to the form3 textbox what am i doing wrong
here is what I got
Code:
dim F3 as new form3
f3.textbox1.text = textbox1.text
when I click the button it doesnt add the textbox to the form3 textbox what am i doing wrong