what functions should be used to read and set Windows video display settings?
i need read display settings check if 2nd monitor connected, , need control orientation , resultion.
are these functions best?
enumdisplaysettings() - reads settings
changedisplaysettings() - changes settings
software developer
systeminformation will give information you're after not writing it.
here's links on .net solutions setting resolution: http://social.msdn.microsoft.com/forums/en-us/csharpgeneral/thread/f50f2601-496f-40a8-9e18-7d26172ffbbb/
michael taylor
http://msmvps.com/blogs/p3net
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment