Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bitmap in main window
Message
From
28/10/1998 11:16:34
 
 
To
28/10/1998 11:15:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00151595
Message ID:
00151639
Views:
27
LOL! Yeah, but it's great for getting quick answers.

-Michelle


>busy place, eh :)
>
>>No, not at all Michelle, Ed is just too quick! He'd already replied by the time I'd posted.
>>
>>>That seems just like what Ed did. Am I missing something?
>>>
>>>Thanks,
>>>
>>>-Michelle
>>>
>>>
>>>>As Edward mentioned, you can use the picture property of the _screen object to tile a picture in the main VFP screen. If you want a single image, use an image object:
>>>>
>>>>_screen.addobject('imgLogo','image')
>>>>_screen.imglogo.picture = "myImage.bmp"
>>>>_screen.imglogo.top = (_screen.height/2) - (_screen.imglogo.height/2)
>>>>_screen.imglogo.left = (_screen.width/2) - (_screen.imglogo.width/2)
>>>>_screen.imglogo.visible = .t.
>>>>
>>>>
>>>>>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
>>>>
Previous
Reply
Map
View

Click here to load this message in the networking platform