Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
With _Screen
Message
 
 
À
11/04/2002 05:57:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00643609
Message ID:
00643667
Vues:
7
See Message #640633.

>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform