manstheram
manstheram
Were you referring to just the settings window?
@user1888425 Could you tell me the output of this program that I just wrote: `https://github.com/manstheram/GetBrightnessInfo/releases/tag/v1.0` I used the win32 api similar to how ModernFlyouts does it but in C++, so...
Well this means that Win32 api's don't work with all monitors/screens. I need to figure out a way to make sure it's compatible for other monitors as well.
@user1888425 The old way was quite different and used .NET capabilities. The new way is using Microsoft's api's from inside dll's. However, the old way doesn't work for me but...
I might just make a switch in the settings that allows you to swap to some "compatibility mode" or something along those lines.
Also, I believe the new api's aren't working since you're using a laptop. I use a PC so perhaps that is the difference that is causing the issues. How about...
@user1888425 I think I am partially wrong on what is going on. I think that both approachs are being used at the moment. And it already switches between the two....
However, I cannot verify that the code works myself since I've got an external monitor. 😅
I have added this to my pull-request but hopefully it works. @Samuel12321