E
ErwinRommel
in VB6, you can refer a control using this;
form1.items("textbox1").text = "Value"
can you help me how to do this in VB.NET.
thanks in advance.
form1.items("textbox1").text = "Value"
can you help me how to do this in VB.NET.
thanks in advance.