Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen question
Message
From
05/04/2000 08:08:40
 
 
To
05/04/2000 07:35:10
Bob Macwilliam
Euphoria Media Solutions
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00355584
Message ID:
00355592
Views:
29
Hi Bob.

>> How do you center an image in the _screen as opposed to the default tiling behaviour with _screen.picture = "Whatever"? <<
_screen.addobject('MyImage', 'Image')
WITH _Screen.MyImage
  .picture = getfile()
  .left = 0
  .top = 0
  .stretch = 1
  .width = sysmetric( 1 )
  .height = sysmetric( 2 )
  .visible = .T.
ENDWITH
Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform