PDA

View Full Version : WMP Plugin


swanseaitec
04-21-2008, 09:13 AM
I'm using the Windows Media player plugin and need to access the menu bar. Is there a way to be able to display the menu bar or is there a script I can use.

I need to be able to access from the menu in Media Player:

Tools > Plugins > and select the TV Channel (third party DVB programme)
File > Open > *.DVB

Cheers

Mark

reteset
04-22-2008, 09:05 AM
you can not :o

because WMP pluging uses WMP ActiveX
and Windows Media Player uses this Activex (which is already installed on your OS)
the ActiveX has only a control panel and a contex menu.
menu bar is a part of the Windows Media Player application (exe)

thanks

screwed over
04-22-2008, 10:01 AM
why dont you just add a menu bar to your program and set it to display a file open dialog limited to .dvb and then tell it to load the selected file into the WMP plugin?