Individual Tab Control

T

Tristanne

Can anyone explain to me how I can make each of my five
tabs on my tab control box an individual tab. I need to
have separate data on each tab, but I can't seem to make
each tab stand alone. Any help would be much appreciated.
Thanks ahead of time.
 
D

Dan Artuso

Hi,
Place a tab control on your form.
Choose a control from the tool box (let's say a text box control)
and then place the cursor over the tab control.
It should turn black. Simply click on it and that text box
will ONLY appear on that tab page.
Select another tab page and repeat the process for controls you want
to appear ONLY on that tab page.
 
Top