Horex

Results 3 comments of Horex

@juv Hmm this is interesting: https://devtalk.nvidia.com/default/topic/1057935/nvapi/nvapi-nda-request/ Nvidia says that their control panel uses MSFT API directly. Tried this app: https://github.com/cmdf/extra-gamma Seems to work, but I need to unplug one of...

@juv Hmm, SetMonitorBrightness seems to change monitor settings. So this is not what we want. This app was made back in 2002: https://www.majorgeeks.com/files/details/gamma_panel.html It seems to work exactly as nvidia...

@juv I created helper class in attachment to fiddle around with. Example usage: ```c static void Main(string[] args) { int monitorId = 1; // 0 - means apply to all...