i have a big problem with windows 10, normaly i used PIL (Python) to get a nice and clean screenshot from inside a program.
but with windows 10 this does not work anymore, now i become only everything on the Desktop but my FullScreen Window is missing.
i also tryed to use:
BitBlt(screen_copy, 0, 0, width, height, screen, left, top, SRCCOPY | CAPTUREBLT)
but the result is exactly the same :(
does anybody has any solution or idea what has changed in Win10?
thank you so much.