-
Articles récents
- Deserialize nested Array property with Stream in JSON.net
- Optimize IN clause with LINQ Entity Framework with Ranges
- TextBox Autocomplete – Crash AccessViolationException – Workaround
- The solution for validating an email address (RFC compliant) in .net C#
- WinRT Apps : Slow Compilation when you add WinRT components : Solution
Commentaires récents
Archives
Catégories
Méta
Tag Archives: autocompletion
TextBox Autocomplete – Crash AccessViolationException – Workaround
It seems a nogo, but there’s a bug with AutoCompletion on Winforms since years. (.net7 here)The only way to make it work is to set the source only once.If you try to have a dynamic Suggestion, you could set : … Continue reading