Set screen resolution to .Net

Does anyone know if there is any library of managed shells that allows me to set the screen resolution so that I cannot do p / invoke myself?

+3
source share
1 answer

Here is a post that looks like it might work: http://dotnet.mvps.org/dotnet/faqs/?id=setscreenresolution&lang=en

Here is the second sample from draft code

+2
source

All Articles