Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP50/Windows 95 - BMP/ICON/GRAPHIC/etc.
Message
De
10/08/1998 12:21:16
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/08/1998 11:39:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00125272
Message ID:
00125291
Vues:
16
>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.
>
>Is there a way of doing this?
>
>Thank you in advance
Morys,
Instead of .picture do something like :
_screen.addobject("Mylogo","image")
_screen.Mylogo.picture = cMylogoBMP
_screen.Mylogo.stretch = 1
_screen.Mylogo.height = nMyLogoHgt 
_screen.Mylogo.width = nMyLogoWDt
_screen.Mylogo.visible = .t.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform