I am creating a primitive library search Windows Forms App(.NET Framework) in Visual Studio and when I run it the comboBox on the right is selected so that when the user begins typing the text is entered in the comboBox not the (Search) text box. What it looks like immediately upon running: When I type something it is entered in the left comboBox.
How do I make it so that when the app starts the text box is selected by default so that the user does not have to click on the text box before typing in their search? Also, how do I change the comboBoxes so that they do not accept user input? Thanks.