A .NET library providing Windows Monitor Configuration functionalities to .NET applications. Written in C++/CLI to conveniently leverage Win32 APIs without dealing with Platform Invocation Services.
Windows Monitor Configuration enables applications to adjust a monitor settings such as brightness, contrast and colors. It should work with any monitor compatible with Display Data Channel (DDC/CI) standards.
A .NET C# application making use of the above library.
Please visist the Monitor Configuration Demo home page.
The provided library is a CLR Class Library (.NET). It's using C++/CLI to provide .NET application access to monitor configuration.
- Compile C++/CLI
- Port C++/CLI
- .NET with C++/CLI
- Get monitor name, see 1 or 2