B
Bob
Warning: newbie question!
Of course this works: combobox1.text = "Hello"
I want to do this in vb.net....
dim cb as combobox
cb.name = "combobox1"
cb.text = "Hello" --- this doesn't work, my combobox1 is unchanged
thanks
Bob
Of course this works: combobox1.text = "Hello"
I want to do this in vb.net....
dim cb as combobox
cb.name = "combobox1"
cb.text = "Hello" --- this doesn't work, my combobox1 is unchanged
thanks
Bob