I have wizard kind of windows application with many forms. I have set the form Location this.Location = new Point(100, 100);
This works fine with single monitor. If the user connects to multiple monitors i want the form to be displayed in both the monitors. How can set the form Location? Also also if the user switches back to single monitor the Form should display in one monitor?
This works fine with single monitor. If the user connects to multiple monitors i want the form to be displayed in both the monitors. How can set the form Location? Also also if the user switches back to single monitor the Form should display in one monitor?
Comment