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
# 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