VB.Net Textbox Autocomplete Selected Item

11,758

The KeyDown event fires with e.KeyCode = 13 when the user presses Enter or Double Clicks on an item in the list.

Share:
11,758
IMAbev
Author by

IMAbev

Learning as I go and always wanting to learn more. Just enough knowledge to make things work, and just enough to break things! Asking questions and answering one or two in asp.net, SQL Server and Regex.

Updated on June 04, 2022

Comments

  • IMAbev
    IMAbev almost 2 years

    I have a vb.net form with a textbox on it set to autocomplete custom collection from a database. Is there an event that fires when a user finds the value they want from the autocomplete list?

  • Mr.J
    Mr.J almost 7 years
    Simple solution, Thanks!
  • stigzler
    stigzler about 5 years
    Awesome share - would never have got that!