Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting Picture object on a form.
Message
 
À
29/09/2004 13:10:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00947257
Message ID:
00947263
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform