mushin
Programmer
- Oct 4, 2000
- 49
I'm trying to implement windows media player in a vb window
using the following code:
'Player = AxWMPlib.AxWindowsMediaPlayer
OpenFileDialog1.ShowDialog()
Player.openPlayer(OpenFileDialog1.FileName)
It works fine except it actually opens the WMP outside my application and not in the wmp component on my window.
Any way of getting this to behave properly, i.e. opening
inside my window within the component and not just instantiating the WMP itself ???
(vb.net 2003)
Thanks,
Kim Allbritain
using the following code:
'Player = AxWMPlib.AxWindowsMediaPlayer
OpenFileDialog1.ShowDialog()
Player.openPlayer(OpenFileDialog1.FileName)
It works fine except it actually opens the WMP outside my application and not in the wmp component on my window.
Any way of getting this to behave properly, i.e. opening
inside my window within the component and not just instantiating the WMP itself ???
(vb.net 2003)
Thanks,
Kim Allbritain