Does anyone have any code they want to share that traps and suppresses certain keyboard events such as Alt+F4 and the Windows key?
Right now I'm trying to use Event(), but I'm not sure how to detect key combinations in my event procedure. I'm also not sure how to suppress or cancel the key combination.
Right now I'm trying to use Event(), but I'm not sure how to detect key combinations in my event procedure. I'm also not sure how to suppress or cancel the key combination.