Hi gang--I have a program that involves sequential presentation of 100+ forms, one after the other (don't ask, I know it's not optimal). I don't want the user to be able to terminate the sequence, but I want the administrator to be able to do so via some "hidden" key combination. No single form is displayed for the entire duration of the presentation. Is there any way to have a key combo work across all forms, or would I need to code a keydown (e.g.) event for each form? Thanks for any help.
↧