Groups | Blog | Home
all groups > vb.net controls > september 2005 >

vb.net controls : IntelliSense TextBox Control



abcabcabc
9/16/2005 12:00:00 AM
I want a textbox control which support like-as IntelliSense feature to allow
user select a word when inputting text. Is textbox control support it? Or
Are there any third party control support it?


Mona
9/24/2005 12:00:00 AM
Hi,

Regarding this issue, I would like to tell you that we can trap the KeyPress
event of the textbox and iterate through the array list of words until we
find a match. In case you want to display more than one word, then you could
add a listbox and make visible when needed.

Hope this helps.

-Sincerely,
Mona [Grapecity]

[quoted text, click to view]

AddThis Social Bookmark Button