-
Articles récents
- 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
- Solution to Empty Emulator List (plus 0x80070002) in Windows Phone SDK 8
- Solution for blurry rendering with DirectX11 on Windows Phone 8
Commentaires récents
Archives
Catégories
Méta
Tag Archives: winforms
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