Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_SCREEN.Picture
Message
De
28/07/2000 11:05:48
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Divers
Thread ID:
00398177
Message ID:
00398185
Vues:
23
Troy,

I use the following code. The picture is fairly large. This runs with the command switch in the shortcut. I adjusted the location of the picture (100, 100) so it was close to being centered.
*!* Cindy.prg

_SCREEN.BACKCOLOR = 15113676

_SCREEN.ADDOBJECT ( "MyPic", "Image" )
_SCREEN.MyPic.PICTURE = "C:\Windows\Internet Explorer Wallpaper.BMP"
_SCREEN.MyPic.TOP     = 100
_SCREEN.MyPic.LEFT    = 100
_SCREEN.MyPic.VISIBLE = .T.

SET

ACTIVATE WINDOW Command
>Simple question. How do you prevent a small image from tiling if you use _screen.picture. I just want one, centered image.
>
>Thank,
>Troy
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform