Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting Picture object on a form.
Message
 
To
29/09/2004 13:10:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00947257
Message ID:
00947263
Views:
14
Try this
thisform.AddObject("myImage", "Image")
thisform.MyImage.Picture = full_path_and_file_name
thisform.MyImage.Top = 20
thisform.MyImage.Left = 20
thisform.MyImage.Width = 100
thisform.MyImage.Height = 150
thisform.MyImage.Stretch = 2
thisform.MyImage.Visible = .t.
>Hello,
>
>I would like to add a picture object on to a blank form at runtime.
>
>Is there a command that will allow me to do this?
>
>Thanks,
>
>-Greg
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform