Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Center the picture in the middle!
Message
 
To
04/01/2005 18:00:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00974217
Message ID:
00974431
Views:
72
Hi Michel,

Thank you for your reply. There is a problem with the image. When I open a form in the project the image is gone. Do you have any thoughts on this?

Cheers,
Ali

>>I would like to align the picture "_screen.picture =" to the middle of the screen. How can I do that?
>
>
>_screen.AddObject('loImage','Image')
>_screen.loImage.Picture='d:\about.gif'
>_screen.loImage.Left=(_screen.Width-_screen.loImage.Width)/2
>_screen.loImage.Top=(_screen.Height-_screen.loImage.Height)/2
>_screen.loImage.Visible= .T.
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform