Serial number control in WPF application with smart paste logic
Comments 3/26/2012 3:57:14 AM / Posted by Eugene Martynov in Software Development
Today I had a task to create serial number control in WPF application.
The requirements:
- There are five text box fields;
- Each text box should allow to enter only 4 symbols;
- The control should be smart when user copies the whole code to the first text box.
