Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash screen
Message
De
26/04/2000 02:19:53
 
 
À
25/04/2000 14:59:28
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Divers
Thread ID:
00363282
Message ID:
00363458
Vues:
13
If you want the image to tile, use _screen.picture = [fox.bmp]. If you want it centered use:
_SCREEN.ADDOBJECT([Image1],[oImage])
_SCREEN.Image1.LEFT = (_SCREEN.WIDTH/2)-(_SCREEN.Image1.WIDTH/2)
_SCREEN.Image1.TOP = (_SCREEN.HEIGHT/2)-(_SCREEN.Image1.HEIGHT/2)
_SCREEN.Image1.VISIBLE = .T.

DEFINE CLASS oImage AS IMAGE
	PICTURE = [fox.bmp]
ENDDEFINE
Dave

>I am using the menu designer for a simple application (an exe).
>
>How do I put a small graphic image as the screen background instead of just the top level menu and a white screen.?
>
>Can I make it a file from the local directory so I can have differnt backgrounds depending on what directory the exe is being run in?
>
>THANKS
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform