AutoComplete Like Visual Studio??
-
Hi Everone, I´m looking for a implementantion or a code or even a Tip to implement one Autocomplete (intellisense) like visual studio. For example: If you tipe DT in caps letters in visual Studio they suggest DateTime and any other item wich contains D in begining and T in the middle. in capital letter. It´s amazing, I really want to put this in a WindowsForms application. Thanks in advance!
-
Hi Everone, I´m looking for a implementantion or a code or even a Tip to implement one Autocomplete (intellisense) like visual studio. For example: If you tipe DT in caps letters in visual Studio they suggest DateTime and any other item wich contains D in begining and T in the middle. in capital letter. It´s amazing, I really want to put this in a WindowsForms application. Thanks in advance!
-
Thanks Sirama, I´m thiking here, I could try to search if the letter is upper case, like D%T%... I will try this later, thanks.