dynamic tab control

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
 
D

Duane Hookom

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.
 
Top