Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture centering
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Picture centering
Miscellaneous
Thread ID:
00817507
Message ID:
00817507
Views:
44
Please help me to center a image

I did as below but it's not on the center

_screen.AddObject("splashimage", "Image")
_screen.splashimage.Picture = path_screen
_screen.splashimage.Visible = .T.

_screen.splashimage.left = (_screen.Width - _screen.splashimage.left) / 2
_screen.splashimage.top = (_screen.Width - _screen.splashimage.top) / 2
Next
Reply
Map
View

Click here to load this message in the networking platform