Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
With _Screen
Message
De
11/04/2002 05:57:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
With _Screen
Divers
Thread ID:
00643609
Message ID:
00643609
Vues:
52
I am setting the properties of _Screen in my application as Shown below.
With this I am getting my background set to image "BackGrnd.bmp", but it gets tiled.

Does any body know how to set background image centered or streached?

********************************************************************
WITH _Screen
.BackColor=rgb(192,192,192) && Change the background to grey
.Caption=" ABC Graphics Pvt Limited "
.Icon="ABC.iCO"
.picture="backgrnd.bmp"
.windowstate=2
.closable= .f.
.sizebox = .f.
.maxbutton=.f.
.minbutton=.f.
.Autocenter=.t.
.movable=.f.
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform