Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transparent Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00608768
Message ID:
00609817
Vues:
18
>>>>Why does it only work with a top level form???
>>>
>>>Sorry, don't have an answer for that. Although I would guess it has to do with the way VFP paints forms in the VFP screen.
>>
>>Roi,
>>It has nothing to do with VFP. The WS_EX_LAYERED attribute needs to be set on the window for this function to work. Only top-level forms and forms with the Desktop property set to .T. are capable of having this.
>
>Larry,
>
>Have you tried it with a form that has the ShowWindow property set to in screen and the desktop property set to .T.? The reason I as is that the Platform SDK states: "Note that WS_EX_LAYERED cannot be used for child windows", and that even though a window has its Desktop property set to .T., it is still a child of the main VFP window.

Hi George,
Yes I have. The term "child window" is misleading (IMO) in the MSDN documentation. A child window is a window that has the WS_CHILD/WS_CHILDWINDOW attribute set.

Desktop windows are child windows in that they have a Parent window. However, they have the WS_POPUP attribute set. A popup window is a form of top-level window, one which could (and in this case does) have a Parent window.

Regards.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform