disable Escape Key

  • Thread starter Thread starter tim johnson
  • Start date Start date
T

tim johnson

I would like to disable the Escape key in my app. I
write a public sub and call if on the keydown event of
the form which works.

I have many forms so I am wondering if I could get around
it an other way where I do not have to put it in every
form in my app
 
I don't know of a "global" way to do this. However, I'm curious as to "why?" Don't your
users make typing errors that they may need to correct?
 
Back
Top