Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bitmap in main window
Message
From
28/10/1998 11:02:56
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00151595
Message ID:
00151616
Views:
14
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform