im having problems sending to front my label control. its always sent behind the tab or frame control, even if i clicked the "send to front" option.
im having problems sending to front my label control. its always sent behind the tab or frame control, even if i clicked the "send to front" option.
label controls don't have a window, so they're drawn directly on the form. That means that any other control, except other labels, and windowless controls are on top of the labels
can you suggest me how to work around with it? i need a some sort of "label" in my tab control.
first of all use the SSTab control.
Just place the label on the tab where you want it!
thanks
hey mark it still doesnt work. i already used SStab but my label control does not seem to be on tab of the tab control.
When you place a control on a form how do you do it?
I suspect that you just double click the toolbox icon.
Don't!
instead, click the tool box icon and then "draw" the control where you want it with your mouse
You can also cut and paste controls into other controls. select the label, press ctrl+x, select the SSTab and press Ctrl+v
Ok, it works... thanks