C#C
C#3y ago
chirs

❔ Setting work area does not work on windows 10, workarounds?

I want to change the work area, the only documented method people seem to use is SPI_SETWORKAREA with the SystemParametersInfo function, but it no longer functions on Windows 10 (see https://learn.microsoft.com/en-us/troubleshoot/windows/win32/calling-systemparametersinfo-work-incorrectly)

Are there any workarounds for doing this? I've looked around on GIthub, Google, StackOverflow but I haven't ran into any working solutions
Was this page helpful?