Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bitmap in main window
Message
 
 
À
28/10/1998 11:02:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00151595
Message ID:
00151624
Vues:
29
>>>>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.

That's cool. I didn't realize you could do all that.

Thanks,

-Michelle
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform