adyanand
03-16-2016, 08:44 PM
Hi .
I am trying to put more than 1024 characters into edit control but its not allowing it .
I know that its LimitText() & "EM_LIMITTEXT" that controls how many characters that can be pasted or entered .
Need to know from which place (class and function ) I can change it to UINT_MAX characters .or any #define that is controlling this .
I am trying to put more than 1024 characters into edit control but its not allowing it .
I know that its LimitText() & "EM_LIMITTEXT" that controls how many characters that can be pasted or entered .
Need to know from which place (class and function ) I can change it to UINT_MAX characters .or any #define that is controlling this .