Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form.Picture - Centering Instead of Tiling
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00122002
Message ID:
00122009
Views:
20
I don't believe there is. You could add a picture object directly to the _screen though:
_screen.addobject('imgMyPic', 'image')
_screen.imgMyPic.picture = 'test.bmp'
_screen.imgMyPic.top  = (_screen.height / 2) - (_screen.imgMyPic.height / 2)
_screen.imgMyPic.left = (_screen.height / 2) - (_screen.imgMyPic.height / 2)
_screen.imgMyPic.visible = .t.
>Is there a method to Center a Pic on a form instead of tiling it?
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform