For this, you need to implement the IAutoComplete2 interface. Ask chatgp for "Implements IAutoComplete2 in c#", you will get a basic implementation, and sample how to attach it to a winform textbox.
Now, all you need to provide ACO_NOPREFIXFILTERING flag, when creating your new autocomplete.