Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
With _Screen
Message
 
 
To
11/04/2002 05:57:19
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00643609
Message ID:
00643667
Views:
6
See Message #640633.

>I am setting the properties of _Screen in my application as Shown below.
>With this I am getting my background set to image "BackGrnd.bmp", but it gets tiled.
>
>Does any body know how to set background image centered or streached?
>
>********************************************************************
>WITH _Screen
> .BackColor=rgb(192,192,192) && Change the background to grey
> .Caption=" ABC Graphics Pvt Limited "
> .Icon="ABC.iCO"
> .picture="backgrnd.bmp"
> .windowstate=2
> .closable= .f.
> .sizebox = .f.
> .maxbutton=.f.
> .minbutton=.f.
> .Autocenter=.t.
> .movable=.f.
>ENDWITH
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform