Text limit of an edit control could be set by sending EM_LIMITTEXT
Windows message.
Is there some way to request this parameter from an edit control?
Text limit of an edit control could be set by sending EM_LIMITTEXT
Windows message.
Is there some way to request this parameter from an edit control?
According to the EM_GETLIMITTEXT:
So you can try the following code to get the Text limit: