Intellisense in a Windows Forms Textbox
Recently I came across a problem of implementing a intellisense kind of feature in a normal text box in which the user will type some text in a textbox and keep getting intellisense help to complete the current word.
Basically it was typing of TableName and corresponding columns.
What ultimately was decided was that on typing of [...]


