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 '' axWindowsMediaP layer.Ctlcontro ls.play(); ''
(= play) command from the FrmMain form to the Fullscreen form?
Something like:
(In Mainform)
private void button2_Click(o bject sender, EventArgs e)
{
//Send play command to Fullscreen form
}
Can anyone help me with this problem?
Thnx,
Sander
See http://www.informit.com/articles/art...&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 '' axWindowsMediaP layer.Ctlcontro ls.play(); ''
(= play) command from the FrmMain form to the Fullscreen form?
Something like:
(In Mainform)
private void button2_Click(o bject sender, EventArgs e)
{
//Send play command to Fullscreen form
}
Can anyone help me with this problem?
Thnx,
Sander
See http://www.informit.com/articles/art...&seqNum=2&rl=1
for more info about Windows Media Player controls with C#
Comment