Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run a slide show on form
Message
De
08/05/2010 09:05:08
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01463787
Message ID:
01463789
Vues:
76
Pseudocode, not tested
lnNumberoffiles=adir(afiles,'yourdir\*.jpg')
lQuit=.f.
on Escape lQuit=.T.
do while !lQuit 
   for lnX=1 to lnNumberoffiles
      yourimage.picture=afiles(lnNumberoffiles)
      yourimage.refresh()
      Inkey(10,'shk') && 10 seconds
   endfor
enddo


>I have some pictures in a folder. I want to run a slide show on a form.thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform