Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.78 KB

File metadata and controls

37 lines (27 loc) · 1.78 KB

Build Status

Windows Monitor Configuration library

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.

Monitor Configuration Demo

A .NET C# application making use of the above library.

Downloads

Please visist the Monitor Configuration Demo home page.

Library

The provided library is a CLR Class Library (.NET). It's using C++/CLI to provide .NET application access to monitor configuration.

Resources