H
harish
Hi friends
Can any one know how can i load text box run time in
vb application.
Can any one know how can i load text box run time in
vb application.
Wai Kong said:Dim txtBox as new textBox()
txtBox.location = new point(8, 30)
txtBox.size = ...
txtBox.text = ...
Form1.AddControls(txtBOX)
harish said:I am using Visual Basic 6.0