You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Screen class in its static constructor you determine value of MultiMonitorSupport. This is insufficient in case when you have 2 monitors and you unplug one monitor (without restarting app or windows), or if you have 1 monitor and plug in another one.
I dont know of System.Windows.Forms.Screen.AllScreens is working fine or not because i dont have two monitors at home yet, but will try it at work later.
The text was updated successfully, but these errors were encountered:
In
Screen
class in its static constructor you determine value ofMultiMonitorSupport
. This is insufficient in case when you have 2 monitors and you unplug one monitor (without restarting app or windows), or if you have 1 monitor and plug in another one.I dont know of
System.Windows.Forms.Screen.AllScreens
is working fine or not because i dont have two monitors at home yet, but will try it at work later.The text was updated successfully, but these errors were encountered: