Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bitmap in main window
Message
De
28/10/1998 11:02:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00151595
Message ID:
00151616
Vues:
15
>>>When there are no forms open in our app, the users see a big white screen with a menu on top. I was thinking it would be neat if the company logo could be in that main window, faintly, like a watermark. Is it possible to do that?
>>>
>>>Thanks,
>>>
>>>-Michelle
>>
>>_SCREEN.Picture="my.bmp"
>
>Wow... That's easy. Thanks!
>
>-Michelle

You can also add image control to _SCREEN:
_screen.addobject("imgLogo","image")
_screen.imgLog.left=200
_screen.imgLog.top=300
_screen.imgLog.picture="d:\vfp5\fox.bmp"
_screen.imgLog.visible=.t.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform