Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Background
Message
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Title:
Miscellaneous
Thread ID:
00477577
Message ID:
00477610
Views:
25
Nick,

Thanks for your reply. That is just what I was looking for.

Mark


>>>mahmood,
>>>
>>>try
>>>
>>>MODIFY WINDOW SCREEN FONT "arial", 10 TITLE 'My Application' FILL FILE  pictures\logo1.bmp NOCLOSE
>>>
>>>
>>>HTH
>>This method will tile the picture in the background of the main FoxPro window.
>>
>>Is there a way to display a picture and have it centered in the background?
>>And is there a way that it would remain centered if the window is resized?
>>
>>Mark
>
>You can add image control right to the _screen object.
>
>_screen.addobject("mylogo", "image")
>_screen.mylogo.picture = "c:\somedir\mylogo.bmp"
>* set _screen.mylogo left, top, width, height, etc. properties here.
>_screen.mylogo.visible = .t.
Mark Johns
Previous
Reply
Map
View

Click here to load this message in the networking platform