|
-
Oct 4th, 2000, 02:18 AM
#1
Thread Starter
Member
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.
-
Oct 4th, 2000, 02:27 AM
#2
transcendental analytic
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
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 4th, 2000, 02:34 AM
#3
Thread Starter
Member
labels on top of tab or frame controls
can you suggest me how to work around with it? i need a some sort of "label" in my tab control.
-
Oct 4th, 2000, 02:52 AM
#4
Frenzied Member
first of all use the SSTab control.
Just place the label on the tab where you want it!
-
Oct 4th, 2000, 03:00 AM
#5
Thread Starter
Member
-
Oct 4th, 2000, 03:07 AM
#6
Thread Starter
Member
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.
-
Oct 4th, 2000, 03:13 AM
#7
Frenzied Member
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
-
Oct 4th, 2000, 03:30 AM
#8
transcendental analytic
You can also cut and paste controls into other controls. select the label, press ctrl+x, select the SSTab and press Ctrl+v
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 4th, 2000, 03:33 AM
#9
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|