Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP plays WMP
Message
 
À
02/01/2005 10:50:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00972406
Message ID:
00973760
Vues:
48
On which row You get this status. Everithing works fine here.
Here code I tested:
* Create the object
oWMP = CREATEOBJECT("WMPlayer.OCX")

* Retrieve the first media item from Media Library
firstMedia = oWMP.mediaCollection.getAll().item(0)

* Make the retrieved media item the current media item.
oWMP.currentMedia = firstMedia

* Display the name of the current media item.
?"Found first media item. Name = " + oWmp.currentMedia.name
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform