Have not been able to find much on tagstrips - I am trying to place a label (several actually) on a tagstrip but the tagstrip stays in front.
can someone tell me how to put a label on a tagstrip - please.
Printable View
Have not been able to find much on tagstrips - I am trying to place a label (several actually) on a tagstrip but the tagstrip stays in front.
can someone tell me how to put a label on a tagstrip - please.
First of all, don't use the TabStrip that comes as part of Windows Common Controls. Instead, use the one called Microsoft Tabbed Dialog Control (look in PROJECT/COMPONENTS for it) because it is much better.
Second, to get a control in the tab strip, select it, cut it to the clipboard, select the tab strip, and then paste the control.
Worked a treat - many thanks.