Hello
I try to scroll the Today Screen from inside the Today Screen Plugin
and have no idea, how to make it work. My code is simple:
int x = 80;
ScrollWindowEx(GetParent(hwnd), 0, x, NULL, NULL, NULL, NULL, 0);
Yes, there are suspiciously many NULLs, but I have no idea, what
should I put there.
I want to scroll down the today screen by 80 (or some other number).
Or is there some other function that can do it?
Please help...