Get the top left coordinate of the each screen in C#, ignoring where the "Main" screen is located -
i working on project (hobby) whereby draw stuff on 3 monitors. however, because of way drawing, if set monitors main screen center screen, when ask top left of each screen windows, adjusted coordinates - wrong, unless main monitor leftmost, , end 1 form missing, long 1 supposed centered on left, , window supposed leftmost, kinda spread across 2 monitors.
does have ideas? i've been working @ particular problem day.
(should noted middle monitor 16:10 , side monitors @ both 5:4)
right pass screen object each form while setting up, , sets it's own location match screen - this.location = screen.bounds.location;
Comments
Post a Comment