William
Fri Jul 16 10:49:45 CDT 2004
Thanks Herfried. That will work fine. Cheers!
--
William Stacey, MVP
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:upOOml0aEHA.3996@TK2MSFTNGP12.phx.gbl...
> * "William Stacey [MVP]" <staceywREMOVE@mvps.org> scripsit:
> > Have a form with a tab control an ~10 tabs. Each contains its own
controls,
> > but 2 text boxes are common on each tab control. Is there a way to
leverage
> > the *same text box on multiple tabs so I can use the same one and not
have
> > tbNameTab1, tbNameTab2, tbNameTab3, etc. This would allow me to
leverage
> > some logic across tabs.
>
> Move them outside a tabpage, then move them to the desired position in
> front of the tabcontrol. When dragging the textbox, make sure, not to
> move the mouse outside the area of the control you are currently
> dragging. Alternatively, move the tabcontrol away, place the textboxes
> directly on the form and move the tabcontrol behind the textboxes.
>
> --
> Herfried K. Wagner [MVP]
> <URL:
http://dotnet.mvps.org/>