Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I've a video Card with tv output (s-video) in my PC.
How can do that one Application be viewed in Monitor1(VGA)
and another app. in Monitor2(s-video)?

Thank you.
Posted

1 solution

If they're both screens, then you can simply position your form at {Screen.Width + form.Left, form.Position.Y}. You can get Screen.Width by using the System.Windows.Forms.Screen[^] class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900