Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5.0 How do I display an AVI file on a form?
Message
De
20/08/1999 16:24:33
 
 
À
20/08/1999 14:14:37
Chris Laffoon
Florists' Interlink, Inc.
Paragould, Arkansas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00255987
Message ID:
00256060
Vues:
20
>I need to show an .avi animation file on one of my forms while a lengthy operation is being performed, so that the user will not think the machine has 'died'.
>
>Is there an easy way to do this? The sample provided with VFP did not really provide any real help.
>
>Thanks,
>Chris
Sure. Just put the animation control activex on your form, and add the following two lines on your form's init method:
This.olecontrol1.autoplay=.t.
This.olecontrol1.Open('myfile.avi')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform