Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Irregularly shaped forms or transparent forms
Message
 
 
À
16/04/2008 11:08:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01311110
Message ID:
01311215
Vues:
32
Simple, Thomas. Do a search on Larry Miller and then go to his contributions page.

Form Transformer v1.1 File #9829

>Hi Jay,
>
>some time ago I found a small class written by Larry Miller in 2000. I definetly don't know anymore where it came from (UT perhaps? ;-) )
>
>This class makes only the form itself transparent. Objects stay opaque, so all you have to do is
>
>
>Drop the class on the form and name it oTrans
>in Thisform.init put this code:
>
>
>Thisform.oTrans.oFormRef = Thisform
>Thisform.oTrans.SetFormTransparent(Thisform)
>
>
>Set these Props
>
>
>Thisform.BackColor = RGB(254,254,254)
>Thisform.Borderstyle = 0
>Thisform.TitleBar = 0
>
>
>Then place some rounded shapes on it and have fun ;-)
>
>I could mail you the class, as its public domain. Its to big to place it here, though. But I'm sure, someone will be able to locate it in the UT download archive. Its called frmtrans.vcx
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform