Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP50/Windows 95 - BMP/ICON/GRAPHIC/etc.
Message
 
 
À
10/08/1998 11:39:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00125272
Message ID:
00125285
Vues:
11
_screen.AddObject( "imgLogo", "image" )
with _screen.imgLogo
   .Picture = "YourBMP.BMP"
   .Left = ( _screen.Width - .Width ) / 2
   .Top = ( _screen.Height - .Height ) / 2
   .Visible = .t.
?? "" && fix screen refresh bug
>I have the logo of my company as a BMP and I would like to display this graphic on the background and keep it in there until my application exits.
>
>I have tried the MODIFY WINDOW SCREEN command and the _SCREEN.Picture command but, these two commands place the icon on my screen many times. I just want my graphic displayed once.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform