11-27-2007 07:41 PM
11-29-2007 08:46 AM
11-29-2007 07:18 PM
12-05-2007 06:08 AM
Hi,
I'm not sure if you can maintain control for play etc in your application when WMP is launched as a seperate execution. That will depend on whether or not Microsoft exposed that functionality.I've looked through the the ActiveX properties and methods and couldn't see any options, but I've been really busy lately so haven't had time to go through all of them.
How is your program going to work? If the video is going to be running in full screen, will you be making decisions on Play/Stop/Volume control programatically?
10-08-2008 12:20 PM
Hello, I have the same problem using WMP ActiveX. After load a file to play the Container autoresizes!!! How to disable autoresize after load?
Thank You, Eugen
10-09-2008 05:40 AM
Hi Eugen,
How are you doing today!
The problem with having a constant size for the WMP Activex control on the front panel has already been noted by the R&D department. They are still working on coming up with a resolution for this problem. The only workaround for this is to continuously set the Activex container bounds using the corresponding property node.
Hope it helps,
10-10-2008 07:57 AM - edited 10-10-2008 07:57 AM
09-02-2015 06:36 PM
I wish to use Windows Media Player (WMP) ActiveX in my CVI application. I see from this forum that there have been issues in the past. Have there been improvements that willnow allow me to size the display? If not, then should I start linvestigating the use of direct SDK for WMP, or is there a better way to manage a movie clip. Can someone show me a code example of using the SDK for setup and management of a WMP control? Thanks.