I don't know the .NET framework (4.5) well enough, so here's a question I can't find an answer to.
How do I get the screen resolution of the primary screen when not working with windows forms or any other graphical environment like WPF, Silverlight, ASP.NET, etc? I'm trying to get the resolution in a class library (dll) and pass it on from there.
Does .NET have such functionality?
Although you're not working in a Winforms enviroment, you can still add a reference to it's DLLs. Adding a reference to the System.Windows.Forms.dll
means that you can use:
SystemInformation.VirtualScreen.Width
SystemInformation.VirtualScreen.Height
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With