WPF - play default windows sound when TextBox cannot recieve any more input
- by devdigital
Hi, I'd like the default windows system sound to play when a user attempts to enter text into a WPF TextBox which has already reached it's MaxLength value. How is this possible?