Link to home
Start Free TrialLog in
Avatar of jd9288
jd9288

asked on

SetLimitText in Win32

Limit number of characters to be entered in edit control?
Avatar of stefan73
stefan73
Flag of Germany image

Hi jd9288,
Yes:

Call this member function to set the text limit for this CEdit object.

void SetLimitText(
   UINT nMax
);


Cheers,
Stefan
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial