I've got an sstab control with some text boxes on on of the tabs, the problem i've got is that one of the text boxes is appearing on the other tabs and i don't want it to. Any ideas on how i can solve this problem?
Printable View
I've got an sstab control with some text boxes on on of the tabs, the problem i've got is that one of the text boxes is appearing on the other tabs and i don't want it to. Any ideas on how i can solve this problem?
are you sure you put on the tab and not on the form?
If you grab it and drag it of the sstab, does it dissapear as you go onto the form?
make sure the sstabcontrol has the focus and the right tab is selected when you draw the control.
Try to select the control and cut it to clipboard(ctrl+x) and then select the appropriate tab on your sstab and paste it back(ctrl+v).
that would solve the problem ;)