CEdit and Enter
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm working on a Dialogbased Windows CE application. The application communicates with a device. It's the intention that when I type in some digits in an EditBox and press Enter, the string of digits will be send to the device. When I use an OnChangeEDit Event, every time I type in a digit the data is send. How can I avoid this so it will only send the data when I press Enter? Arjan.