Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CENTERING A BMP in _SCREEN
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00124699
Message ID:
00124769
Vues:
24
Hi Fred,

Try something like this:

lcPicture = GETFILE("BMP")
_SCREEN.AddObject("imgWallPaper","Image")
WITH _SCREEN.imgWallpaper
.Picture = lcPicture
.BorderStyle = 1
.Left = _SCREEN.Width/2 - .Width /2
.Top = _SCREEN.Height/2 - .Height/2
.Visible = .T.

ENDWITH
Mike Feltman

F1 Technologies
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform