Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object OLE always on top
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01115005
Message ID:
01115096
Vues:
11
>>Thierry,
>>
>>When you make the container object visible, can you set the OLE object to invisible. I'm not familiar with the OLERTF object but that's what I do with the OLE datetime picker and it works.
>>
>>Kurt
>>>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 ?
>
>I'am very affraid that I'll have to do this too... I'am asking myself why there is a ZORDER method in the Richtext OLE object... :-(((

VFP objects are not real Windows controls with handles. They are bitmapped representations. So you just have to keep the two separated in your mind that they work differently from each other as a group. The ZORDER for Windows objects will respect all other Windows objects, and the ZORDER for VFP objects will respect all the VFP objects. They just don't see each other.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform