I wanna capture my screen but gonna to prevent any other software for capturing my screen.
Or how to detect any running software in windows and prevent some of them?!
Hi
there is nothing in Qt for this.
You need to use native API to enumerate other running processes but
it will be hard to block any app that can screen capture as
you will need to know its .exe name.