Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object OLE always on top
Message
From
20/04/2006 16:41:40
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01115005
Message ID:
01115146
Views:
11
>I have a simple form with an OLERTF object on it. I have a container, invisible at the form's startup, and I make it visible when I click on a button. The OLERTF object is always on top, even if I use ZORDER(1) on it or ZORDER(0) on my container.
>
>How can I put the OLERTF object backward ?

the activeX is a child Window within your form.

- put the container into a child Window ( in top form )

control it with:
SHOW WINDOW containerFormName IN (theSimpleFormName)

* ZORDER(0)
SHOW WINDOW containerFormName TOP

* ZORDER(1)
SHOW WINDOW containerFormName BOTTOM
Previous
Reply
Map
View

Click here to load this message in the networking platform