Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object OLE always on top
Message
De
20/04/2006 16:41:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01115005
Message ID:
01115146
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform