
Keeping a label on top of a form
Thanks for your thoughts Jim....
However, I'm falling fowl of this extract from the MSDN
for VB6
'Three graphical layers are associated with forms
andcontainers. The back layer is the drawing space where
the results of the graphics methods are displayed. Next
is the middle layer where graphical objects and Label
controls are displayed. The front layer is where all
nongraphical controls like CommandButton, CheckBox, or
ListBox are displayed. Anything contained in a layer
closer to the front covers anything contained in the layer
(s) behind it. ZOrder arranges objects only within the
layer where the object is displayed.'
No matter what i do with Bring to Front etc. the label
control stays on the middle layer.
I'm hoping someone knows a way round this !
Andy
Quote:
>-----Original Message-----
>Don't know if this will work, but you can right click on
the label and Bring
>to Front and then right click on the chart Send to Back.
And if that don't
>work, set visibility to nil for each control then make
the chart visible
>first then make the label visible.
>Only offering stuff off the top of my head. Let us know
if that works.
>--
>Jim Carlock
>http://www.microcosmotalk.com
>Feel free to post back to the newsgroup for all to
witness!
>.