M
Mrozu
Hi
I have two forms. First frm1, second frm2. I want to click button on
frm1, and then textbox.text(txt) on frm2 = "hello". How?? What command
to button? I tried
Dim frm2 As New frm2
frm2.txt.Text = "hello"
but it isn't working. I have benn working with VB 6, and there it
wasn't any problem to do that...
Thx Mrozu
I have two forms. First frm1, second frm2. I want to click button on
frm1, and then textbox.text(txt) on frm2 = "hello". How?? What command
to button? I tried
Dim frm2 As New frm2
frm2.txt.Text = "hello"
but it isn't working. I have benn working with VB 6, and there it
wasn't any problem to do that...
Thx Mrozu