1. You need to set the forms .keypreview property to true and set all the forms controls .tabstop (those which have it) property to false. Then you can trap for the tab key in the keydown or keyup event.
2. Use a windows hook. See thread222-279734 for foada's code and explanation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.