Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
With _Screen
Message
From
11/04/2002 05:57:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
With _Screen
Miscellaneous
Thread ID:
00643609
Message ID:
00643609
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform