S
Supra
on form2 button event
form1.texbox1.text=( i don't know what inside buuton on form2)
regards,
form1.texbox1.text=( i don't know what inside buuton on form2)
regards,
(button1) with the form name(form1). Such as: "form1.button1.text = "OK""jcrouse said:Yes...it's kind of like a file path. Just precede the controlname
statement such as: "Dim frm1 as New Form1" on form2.You will also need to declare form1 on form2 if you reference it. Put a
declare form1 on form2 with a statement like:jcrouse said:I'm just learning .Net also and I know it sounds wrong but you NEED to