Toolstrip Focus
I've created a form which has a toolstrip text box at the top for the user to enter a parameter and various other text boxes to show data. When the form loads the first text box on the screen holds the focus. I want to chang the focus to the toolstrip text box. I've tried to change it using
QuoteNoToolStripTextBox.Focus()
But it doesn't seem to make any difference, what am I missing
|