I am programming video player with C# and WPF. And try to do two things :
- Blacklist screen recording program => Don't allow users to open any Blacklist process while running my video player application.
- Whitelist => Only allow some processes that can open while running my video player application. ex. mspaint, notepad, calculator, etc.
Sorry for my poor English but please help! Thank you in advance.