how to deal with Page Control?

M

Morris

Hi, I've created a New Form and a Page Control with two pages. I've
copied a set of labels from my previous form and pasted it into a new
form. Now I want them to only be a part of first page - but they are
visible on both of them,

How can I change it?

Thanks,
Morris
 
D

Douglas J. Steele

Sounds as though you had the Tab control selected when you pasted, and not
the specific page.

When the Tab control is selected the black resize rectangles are on the
outside of the rectangle. When a specific page is selected, the resize
rectangles are only inside the page (and the specific tab is in front). You
select a page by clicking on its tab.
 
D

Dave Bradshaw

A tab control is only a way of organising a number of subforms. What
you need to do is either create the subforms first, and then drop them
onto the tab control, or else insert new subforms onto the tab control
using the toolbox. I prefer the first method.

Dave Bradshaw
 
Top