views:

200

answers:

1

Does anybody know if there is any library of managed wrappers that allows me to set screen resolution so that I don't have to do the p/invoke stuff myself?

+2  A: 

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

Here's a second sample from: Code Project

JoshBerke
Certainly looks like it should do the trick, thanks!
Patrik Hägne