I have 2 forms, frmMain and frmOptions. On frmOptions, there are 2 text boxes. When I load frmOptions, the first text box has focus. I don't want a cursor to be in either text box. If it is possible, I don't want any object on the form to have focus. I have code in the event that the first textbox has focus, and when the form loads and the textbox has automatically has focus and i don't want it to. How can i fix this?

Thanks.