Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. TextBox.AutoComplete .net 2.0

TextBox.AutoComplete .net 2.0

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chris Richner
    wrote on last edited by
    #1

    Hi, I would like to use the new AutoComplete feature supported in .net 2.0. I use it with a custom source, means I build my own suggestion string list for autocompletion mechanism. The goal should be that the textbox remembers all text that passed the validation mechanism for future use within the application session. Just in case the user has to reenter the same text again and again. If I try to add the validted text to the custom source in an event like Validated or Leave, I can't tab out of the control. I have to hit the tab key twice to move out. It seems like I break the autocomplete mechanism by adding strings during the tab out process. Have anybody found a way to use the AutoComplete feature in .net 2.0 in that manner I described above without any tab key issues? Thanks myMsg.BehindDaKeys = "Jerry Maguire"; -- modified at 9:38 Thursday 9th March, 2006

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups