I am currently building one windows forms application that show forms on screen.
Eg.
I have two screens. Screen A and Screen B.
If I used the method to show form(form.show()) then it will show forms on screen A or screen B but I wanted that this form will be display on both the screen.
How do I ensure a form displays on the “additional” monitor in a dual monitor scenario?
Showing a Windows form on a secondary monitor?
I have gone through with this article but this all are working partial like it’s shows only on one screen either screen A or screen B.