How to output video playing in windows media to TV

tapai_rhino

Member
Joined
Jan 13, 2006
Messages
16
Programming Experience
Beginner
Hi all,

i have a question but i dont know if this is the right place to ask.. my question is lets say i have a player bulid using windows media component and i want to get what ever playing inside the player to the tv using s-video out. how can i do that?

thanks
 
With the TV connected you have one more screen that you can find with the Screen class (System.Windows.Forms namespace). Then you can place the window that play video at that screen location, check the secondary screens .WorkingArea and set the forms .Location accordingly.
 
Thanks JohnH. im kinda new on vb.net and im currently flying blind on finding how to use the screen class.. could anyone tell me where could i get some tutorial or sample on how to use the screen class.. thanks
 
Back
Top