Thanks Allen
However for various reasons I really do want to 'hide' ALL the controls on
the form 'behind' the tab control and I cannot do it for these two.
Picture a form approx 10cm x 10cm in size.
The top half has controls (full of them).
The bottom half has a Tab Control with 5 pages. Each page has lots of
controls.
What I want to do is when page5 tab is clicked I want to resize and
reposition the Tab Control to fill up almost all the form. The reason is that
page5 has (I want it to have if I can) lots of large controls that cannot fit
into page5 as it currently stands.
In other words have a large Tab control ONLY when page5 is in use. Also I do
not want to create another page as the page5 controls are very much related.
Maybe there is a better way of handling this design objective?
I would like to NOT create another form.
--
Regards
Tom
Allen Browne said:
Controls can be either:
a) on the form, or
b) in one of the pages of the tab control.
From your description, it sounds like you have the controls sitting on the
form, when you want them in the tab control.
To change them:
1. Open the form in design view.
2. Select the controls that should be in page 1 of the tab control.
3. Cut them to clipboard (Ctrl+X.)
4. Click the tab page (i.e. click on the actual tab at the top of the tab
control.
5. Paste (Ctrl+V.)