I am creating a simple test program with MFC. It is a program that sends 1 byte hex value to each of 10 edit control. I want to automatically move to the next Edit box when 1 byte is entered in the edit control. How can I do this?
Thank you for reading.