How can I create a text box from code?

J

Jason Gyetko

I need to build a form on the fly using different variables, does anyone
know how I can create a text box from code? Thanks.
 
J

Jim Allensworth

I need to build a form on the fly using different variables, does anyone
know how I can create a text box from code? Thanks.
This approach has problems. There is a finite limit on how many
controls a form can hold - counting deleted ones.

Why not just prebuild the textboxes as not visible and simply set
their visibility property instead.

- Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top