|
-
Jan 19th, 2004, 01:53 PM
#1
Thread Starter
Lively Member
Dynamic labels over shape
Hello all,
I have created a set of labels dynamically during runtime, and I want to place them over a shape. The problem is that the shape is always brought to the front and the labels can't be shown, how can I tackle this problem
-
Jan 19th, 2004, 02:10 PM
#2
Use the ZOrder method of either the Label or Shape control.
Label1.ZOrder vbBringToFront
or
Shape1.ZOrder vbSendToBack
Note, Label and Shape controls cannot be brought to the "Front" of "real controls", such as Buttons, Textboxes etc..
-
Jan 19th, 2004, 02:11 PM
#3
Hyperactive Member
Re: Dynamic labels over shape
Originally posted by Xcoder
Hello all,
I have created a set of labels dynamically during runtime, and I want to place them over a shape. The problem is that the shape is always brought to the front and the labels can't be shown, how can I tackle this problem
Try using the Zorder method of the two controls.
-
Jan 19th, 2004, 02:59 PM
#4
Thread Starter
Lively 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
|