There shoud be an ensure not null on: System.Windows.Forms.Screen.PrimaryScreen
Well I'm not entry sure, since i already experienced scenarios, where it is null, witch leeds to Nullreference-Exceptions in the Windows Forms Code
Alexander Wurzinger
Hi Alexander, looking at the implementation, PrimaryScreen can return null, if it does not exist an i such that AllScreen[i].primary holds. Is this the case you experienced?
Hi Alexander, looking at the implementation, PrimaryScreen can return null, if it does not exist an i such that AllScreen[i].primary holds. Is this the case you experienced?