Getting ComboBox to act like an TextBox



The form had a TextBox on it, but now this text box needs to be able
to turn into a list control showing previous entries. From what I
understand, this is the role of a CombBox. The problem is that when
the user double clicks on another control, text needs to be "pasted"
into the TextBox/ComboBox. The TextBox has a method, Paste(String)
that does exactly that, but it does not appear that the ComboBox has
such a method. Am I missing it or is there some trick to doing a
paste in a ComboBox?

P.S. I am working in .Net 2.0.
.



Relevant Pages

  • RE: Comparing Dates
    ... Looks for valid entries in each of the 3 sections of the date. ... I usually find it easier to use a ComboBox and provide a date list for the ... If using a list formatted as a date then the TextBox will display the ... ComboBox) together with some criteria for the validation process. ...
    (microsoft.public.excel.programming)
  • RE: Updating the forms fields
    ... in the grid, the combobox and textbox will clear as well. ... ComboBox and TextBox on your Form ... the DataError event of the BindingSource. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Updating the forms fields
    ... in the grid, the combobox and textbox will clear as well. ... ComboBox and TextBox on your Form ... the DataError event of the BindingSource. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Creating a Lookup That Populates Data Entry Form
    ... Customer - combobox used to store the customer name, ... Rohs - combobox with value list ... Order_Qty - textbox to enter Qty ... (see previous note about using value lists ...
    (microsoft.public.access.gettingstarted)
  • RE: Updating the forms fields
    ... ComboBox and TextBox on your Form ... Table B - it is related to Table A and it is a combobox in the form. ... ComboBox rather than updating it in the CurrentChanged event (although this ... The problem is when I apply a filter in the grid, ...
    (microsoft.public.dotnet.languages.csharp)

Loading