Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00480772
Message ID:
00480785
Vues:
7
That's correct, the only thing to add is that you should remember it (you can use some property of your combo class for it) in combo.GotFocus()

this.nPreviousDblClick = _DBLCLICK
_DBLCLICK = 1.5

and reset it back in the combo.LostFocus()

_DBLCLICK = This.nPreviousDblClick

so it will affect only your combobox.

>I think if you set the _DBLCLICK variable to a longer delay that this will accomplish what you are looking for.
>
>>How do you slow down the search in a combo box. I want more time to enter my data before it finds the match.
>>
>>TIA,
>>Tyler
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform