I have a slide show in kiosk mode I show on a computer. I want to make it so people cannot exit out the presentation (by hitting esc) without first inputting a password. A key combination to end the presentation, rather than esc, would be good too. I am using PowerPoint 2003, though I can also use PowerPoint 2007 if it is only possible with that version. Thanks.
A link to something pre-coded would be great; I can’t code much.
A link to something pre-coded would be great; I can’t code much.
You need to capture the ESC event from the keyboard. (I think ASCII code for ESC is chr(27) Then use VBA code to create a password box pop-up to input the password.