Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP plays WMP
Message
 
To
02/01/2005 10:50:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972406
Message ID:
00973760
Views:
50
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform