Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in a form
Message
 
To
21/07/2003 16:40:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00812145
Message ID:
00813296
Views:
10
>when i put a picture on a form, vfp on runtime duplicate picture to fit the form (tile).
>why ?
>is it possible to center picture on the form like the desktop.

If you'd like the picture to cover the entire form, put this in the Init of the image:
This.Top = 0
This.Left = 0
This.Height = This.Parent.Height
This.Width = This.Parent.Width
This.Zorder(1)
Previous
Reply
Map
View

Click here to load this message in the networking platform