In VFP 8,
I created a container class and added it to the screen with
_screen.AddObject to use it as a Status Bar.
But it is possible to drag VFP windows over it.
In the Original VFP-Status Bar you can't.

So my question: Is it possible to put the container in Front ?
I tried Z-Order but this didn't help or is the Screen and the object
on it always in the back ?

Thanks

-Florian

Re: Put Object on _Screen in front by Dan

Dan
Thu Apr 28 11:04:10 CDT 2005

Updgrade to VFP9, where you can create dockable forms.

Then just create a borderless form and dock it at the bottom of the screen.
(Set .AlwaysOnTop if necessary.)

Dan

Florian wrote:
> In VFP 8,
> I created a container class and added it to the screen with
> _screen.AddObject to use it as a Status Bar.
> But it is possible to drag VFP windows over it.
> In the Original VFP-Status Bar you can't.
>
> So my question: Is it possible to put the container in Front ?
> I tried Z-Order but this didn't help or is the Screen and the object
> on it always in the back ?
>
> Thanks
>
> -Florian