How to make VB controls in runtime ?

Can't we make some visual controls dynamcally such as TextBox, HScrollBar ?
Should hide control in design time and then show in runtime ?
Help will be appreciate
[184 byte] By [Jerry Jeong] at [2007-11-15 10:12:13]
# 1 Re: How to make VB controls in runtime ?
Try this

Put a Text Control at design time and mark its index as 0 and Visible as False.

Now during Run-Time Load TextControls of this type as and when you want and make Visible as True

Anand
M.Anand at 2007-11-10 2:13:12 >