M
Mark Brown
I've used textboxes forever in VB but I'm having a problem now with VS 2008.
I put a text box on my form and when I tried to reference it in my program,
it says I can't refer to an instance member of a class from within a shared
method or shared member initializer without an explict instance of the
class. I just left the name as TextBox1. I tried to enter TextBox1.text =
data, but that doesn't work. Am I missing something obvious?
I put a text box on my form and when I tried to reference it in my program,
it says I can't refer to an instance member of a class from within a shared
method or shared member initializer without an explict instance of the
class. I just left the name as TextBox1. I tried to enter TextBox1.text =
data, but that doesn't work. Am I missing something obvious?