S
sanderpleijers
Hi,
Im using 2 forms. The first form is called FrmMain. The second form has
windows media player in it with controls. Its named: Fullscreen.
Now, how can i send a '' axWindowsMediaPlayer.Ctlcontrols.play(); ''
(= play) command from the FrmMain form to the Fullscreen form?
Something like:
(In Mainform)
private void button2_Click(object sender, EventArgs e)
{
//Send play command to Fullscreen form
}
Can anyone help me with this problem?
Thnx,
Sander
See http://www.informit.com/articles/article.asp?p=101752&seqNum=2&rl=1
for more info about Windows Media Player controls with C#
Im using 2 forms. The first form is called FrmMain. The second form has
windows media player in it with controls. Its named: Fullscreen.
Now, how can i send a '' axWindowsMediaPlayer.Ctlcontrols.play(); ''
(= play) command from the FrmMain form to the Fullscreen form?
Something like:
(In Mainform)
private void button2_Click(object sender, EventArgs e)
{
//Send play command to Fullscreen form
}
Can anyone help me with this problem?
Thnx,
Sander
See http://www.informit.com/articles/article.asp?p=101752&seqNum=2&rl=1
for more info about Windows Media Player controls with C#