Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stretching a background pic
Message
From
16/09/2003 11:20:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00829425
Message ID:
00829439
Views:
25
>I have a background pic I wish to use for the main FoxPro form using the _screen.picture property.
>
>Is there a property that also allows it to stretch the pic instead of tiling it?
>
>Thanks!

Tommy,
I prefer to add an image control to _screen. ie:
_screen.AddObject('bkground','image')
with _screen.bkground
 .Picture = ...
 .Top = ...
 *...
 .Visible = .t.
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform