Hi,
I have a TextBox with AutoCompleteCustomSource
1. My AutoCompleteStringCollection contains a list of companiesand other names (upwards of 20k items) that on occasion contain a '/ chjaracter. The AutoComplete functionality seems to stop when it reaches this character. Can this behaviour be changed to specify a different separator ie a character I know isn't used !! ?
2. Is there any way of restricting the entry in a TextBox with AutoCompleteCustomSource to the items in the list ? (Similar to a ListBox or ComboBox)
3. Can the drop-down be automatically(programmatically) resized ?
FilthyZombie