Hello everyone,
I am currently working on an implementation of Win32 Darkmode for Autoit.
Unfortunately I have reached my limits when translating. 😓
It is about the following code:
void FixDarkScrollBar()
{
HMODULE hComctl = LoadLibraryExW(L"comctl32.dll", nullptr, LOAD_LI...