Tab Control

  • Thread starter Thread starter IPIPKIN
  • Start date Start date
I

IPIPKIN

Hi
I have a text control that I want to put on the tab control's page.
How to assign it to specific page? If I drag it to tab control it
is visible on all it's pages.
Thanks
 
IPIPKIN said:
Hi
I have a text control that I want to put on the tab control's page.
How to assign it to specific page? If I drag it to tab control it
is visible on all it's pages.
Thanks

Cut it to the clipboard, select the page and then paste. Only new controls can
be dragged onto TabPages.
 
Controls being moved from the Main Form to a TabPage on that form must be
"pasted" or copied to that Tab while it is Selected.

Cut or copy the controls you want to move to the Clipboard...
Select the specific TabPage (Click the name tab) and it will highlight...
Now paste from the Clipboard, and those controls will appear on the
TabPage, and will not show through the other TabPages.

Fields on the Field List can be dragged directly onto a slected TabPage.

hth
Al Camp


Or, if the TabPage is selected, you can then drag
 
Back
Top