I have a few menu forms that contain only buttons to open other forms. I set all the tab stop properties to No. However, I noticed that the button that has the first tab stop of 0, is the button that has the focus when the form opens. This is not good in case the user accidentally presses the Enter button on the keyboard, it will automatically click this first tab stop button on the form. Does anyone know how to prevent this from happening?