tags:

views:

78

answers:

1

Hi, I would like to create the autocompletion(intellisense) feature in an editor I'm working on. Basically the keywords preceeding the . (period) to invoke the autocompletion box will be user defined. i've created the editor using visual c#. Now i need to create an autocompletion box.

can any one help me to do this ?

Thanks in advance

+1  A: 

I hope the following site may help you along with sample code :

http://www.codeproject.com/KB/combobox/JGIntelli.aspx

Siva Gopal