C# winform Show form in second screen and vice versa
Posted
by Mohsan
on Stack Overflow
See other posts from Stack Overflow
or by Mohsan
Published on 2010-04-01T14:30:31Z
Indexed on
2010/04/01
14:33 UTC
Read the original article
Hit count: 376
dual-monitor
|c#
hi. I have an application in which there is a form which i wants to show on second screen.
Mean If application is running on screen A and when i click on menu to show Form it should display on Screen B and same with if application is running on screen B and when i click on menu to show Form it should display on Screen A.
please tell me how to do that. If you provide code then it will be better. i searched from net and found some articles to get primary and secondary screens. but unable to implement that.
© Stack Overflow or respective owner