79572560

Date: 2025-04-14 07:29:26
Score: 1.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: apr