hi
im using WindowsMediaPlayer1 control
and a frame1 on form1
i want to play movie in frame1 instead of WindowsMediaPlayer1(visible =false)
any idea?
Thanks
Printable View
hi
im using WindowsMediaPlayer1 control
and a frame1 on form1
i want to play movie in frame1 instead of WindowsMediaPlayer1(visible =false)
any idea?
Thanks
I may be wrong, but I don't think that can be done. Are you saying you want a FRAME control to play the movie instead of the WMP control? Unless I am misunderstanding your usage of FRAME, the frame control it just for a better organization of your program by making "sections". It can't be used to play files in it. You'll have to use the WMP control for that.
You can set the "controls" of the player control to false and it will only show the window the movie is played with. Play around with the settings. There are a bunch of them.