Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash customization
Message
 
À
29/11/2001 13:39:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00582742
Message ID:
00587629
Vues:
43
>What would I do if I want the splash screen to act as a banner, something that would always be visible when the only other thing visible in the application menu? Normally, the desktop window of the app is blank.

Add the image to the main screen:
WITH _SCREEN
	.ADDOBJECT( "MyImage", "Image")
	.MyImage.TOP = 1
	.MyImage.LEFT = 1
	.MyImage.PICTURE = "c:\bmp\MyImage.bmp"
	.MyImage.VISIBLE = .T.
ENDWITH
jfh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform