I do not know the .NET framework (4.5) well enough, so here is a question that I cannot find an answer to.
How to get the screen resolution of the main screen when you are not working with window forms or any other graphical environment such as WPF, Silverlight, ASP.NET, etc.? I am trying to get permission in a class library (dll) and pass it from there.
Does .NET have such features?
source share