|
-
January 23rd, 1999, 04:22 AM
#1
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
-
January 25th, 1999, 07:45 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|