If no control on the form can get focus from the tab keypress then the KeyPress event will be fired. So in the got focus of the combo set all of the TabStop properties in all of the controls to false, and then to true again in the Lost Focus.
Thank you both. I finally got it to work. I had to set 'TabStop = False' for all of the other controls just like you said DrJavaJoe and that did the trick.
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.