Hello,
I want to cancel the ALT TAB option when my program runs.
I also want to cancel the CTRL ALT DEL option when my program runs.

is there a way to do so? if so how? and is it related to the GetThreadPriority or maybe SetThreadPriority API?

maybe increasing my program priority??

can anybody give me an example?