Jump to content

AutoComplete on DoubleClick

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Xystus777

Xystus777

    Learning Programmer

  • Members
  • PipPipPip
  • 59 posts
Hello everyone,

I have a textbox with Autocomplete Suggest on it, and it gets the data from the AutoCompleteCustomSource property. Here's what I currently have:

When I start typing, the autocomplete feature works wonderfully.

Here's what I want:

When I double-click on the textbox, I want the autocomplete feature to drop down.

Is this possible? Sorry if this sounds confusing, just ask away if you need to. Thanks!

#2
acer2004

acer2004

    Newbie

  • Members
  • Pip
  • 4 posts
Firstly, please visit, msdn library at microsoft web site for AutoCompleteCustomSource

I think you can at DoubleClick Action of the textbox, you can fire the method of autocomplete list show

#3
Xystus777

Xystus777

    Learning Programmer

  • Members
  • PipPipPip
  • 59 posts
I can't find it, sorry. I'm not sure what to do in this case. I don't know what the method would be in order to show the autocomplete list.