C# winform Show form in second screen and vice versa
- by Mohsan
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.