H
HomeAutomation Freak
Hi folks,
I'm currently using the following line of code to startup mediaplayer
from within my own application, to start playing an audiostream:
ODP_Process = OPENNETCF.Diagnostics.Process.Start("\Program
Files\Windows Media Player
8\player.exe","mms://streampower.belgacom.be/donnahigh")
The problem is that the mediaplayer becomes visible ;-(
Anyone got a clue on how to start this audiostream without showing
mediaplayer ?
I also would like to know if I play a videostream, on how to set the
mediaplayer fullscreen, so a user doesn't see the mediaplayer
interface, but only the videostream fullscreen.
(I'm using VB .NET CF with OpenNetCF)
Thanks in advance,
Kris
I'm currently using the following line of code to startup mediaplayer
from within my own application, to start playing an audiostream:
ODP_Process = OPENNETCF.Diagnostics.Process.Start("\Program
Files\Windows Media Player
8\player.exe","mms://streampower.belgacom.be/donnahigh")
The problem is that the mediaplayer becomes visible ;-(
Anyone got a clue on how to start this audiostream without showing
mediaplayer ?
I also would like to know if I play a videostream, on how to set the
mediaplayer fullscreen, so a user doesn't see the mediaplayer
interface, but only the videostream fullscreen.
(I'm using VB .NET CF with OpenNetCF)
Thanks in advance,
Kris