dynamic tab control

  • Thread starter Thread starter monsey11
  • Start date Start date
M

monsey11

is there a possibility to generate a tabs for a tab control dynamically
and then create other controls within each tab dynamically???

thanks in advance
Stevie
 
You would need to add your controls and tabs while in design mode. You can
find Help on CreateControl() while in a module. Most of us who have been
around for a while would use invisible controls if "new" controls were ever
needed in an application.
 

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

Back
Top