dim frm as NEW FORM1
label1.text = frm.textbox1.text
also doing dropdown menus...i havent used VB since vb3 so im trying to re-learn everythingtechmanbd said:if form1 has the text and form2 has the label
You can use this code in form2 somewhere
Code:dim frm as NEW FORM1 label1.text = frm.textbox1.text