I would like to display 2 forms side by side. Frm1 will call Frm2.
The problem is, if Frm1 is too near the edge of the computer screen, when Fr2 is shown, part of it will be outside the screen.
How do I make it so that if Frm1 is near the right-side of the screen then Frm2 will show on the left-side of Frm1 and vise-versa?
Thanks
Assuming WinForms, you can compare
form.BoundstoScreen.FromControl(form).WorkingArea.For example: