L
Lin Yi-Jian
Dear All:
I have a GroupBox1 in my form, and I add a TextBox1 to GroupBox1.
I want to set some string to TextBox1,how can I do ??
my program:
Dim tt as TextBox
tt=me.controls.item("TextBox1") <--------- Cannot get this
object,it only can get GroupBox1
tt.text="Hello"
I have a GroupBox1 in my form, and I add a TextBox1 to GroupBox1.
I want to set some string to TextBox1,how can I do ??
my program:
Dim tt as TextBox
tt=me.controls.item("TextBox1") <--------- Cannot get this
object,it only can get GroupBox1
tt.text="Hello"