B
Bob
I am new to VB.net and have a basic question. I have a program with
one main form and another module (Main.vb) with a bunch of subroutines
and functions. If I want to update the text in a Textbox (i.e.
ResponseTextBox) how do a do this from outside the Form1.vb window
(i.e. from Main.vb)
If I use the following line
ResponseTextBox.Text = "Helllo"
Then I get the error that ResponseTextBox is not declared. How to I
get a pointer or a reference to ResponseTextBox.
Thanks,
Bob
one main form and another module (Main.vb) with a bunch of subroutines
and functions. If I want to update the text in a Textbox (i.e.
ResponseTextBox) how do a do this from outside the Form1.vb window
(i.e. from Main.vb)
If I use the following line
ResponseTextBox.Text = "Helllo"
Then I get the error that ResponseTextBox is not declared. How to I
get a pointer or a reference to ResponseTextBox.
Thanks,
Bob