In VS2005, I made a WinForm UserControl which contains a ComboBox and a TextBox. When put this user control on the Form in design time, I can use mouse to select the ComboBox and input text, but I can't do that in TextBox. What's wrong in ComboBox?
Thanks,