
New Text Box during Run-time
The answer is yes but how depends on which version of VB.
If you have VB5 (or less) you have to have a control array of the same type
on the form with one or more controls in place. Then you can build new ones
but assigning them to an empty array element.
If you have VB6 you don't need the array.
Both of these methods are covered in the help files with examples.
Quote:
>I posted a message on the newsgroups asking if it is possible to make a
>new text box during run time. The replies I got where both yes and no.
>If it is possible, then please attach some code.
>Thanks in Advance,
>Ophir Marko