Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add color to main Foxpro window
Message
De
30/04/2001 10:54:48
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
30/04/2001 10:05:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00501495
Message ID:
00501529
Vues:
22
Larry,

You've already got your answer for the back color. Here's how to add a picture. I do this in my startup program which is called from Config.FPW.
_SCREEN.BACKCOLOR = 15113676

_SCREEN.ADDOBJECT([MyPic], [Image])
_SCREEN.MyPic.PICTURE = ;
    [C:\Documents and Settings\Administrator\My Documents\My Pictures\MyPicture.BMP]
_SCREEN.MyPic.TOP = 150 && Adjust to center
_SCREEN.MyPic.LEFT = 300 && Adjust to center
_SCREEN.MyPic.VISIBLE = .T.
>I know this is probably easy to do, I've just never done it. How do you add color to the main FoxPro screen (under the menu, before any screen forms are activated).
>
>Thanks, Larry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform