CEdit control
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
how to set char limit so that it should not exceed the 11 char . after exceeding 11 char does not allow to press the key. any example will helpful
-
how to set char limit so that it should not exceed the 11 char . after exceeding 11 char does not allow to press the key. any example will helpful
Look for implementing Custom DDV (Google for Custom DDV in MFC) (Like Dynamic Data Exchange(DDX), it is Dynamic Data Validation)
-
how to set char limit so that it should not exceed the 11 char . after exceeding 11 char does not allow to press the key. any example will helpful
See CEdit::SetLimitText()[^].