CEdit
-
Hi I am using a CEdit control, however when the user exceeds 256 characters, the cursor jumps to the start of the control rather than continuing on Can anyone help at all thanks Simon
CEdit::SetLimitText : Call this member function to set the text limit for this CEdit object. A CEdit has a max size of 64K
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
CEdit::SetLimitText : Call this member function to set the text limit for this CEdit object. A CEdit has a max size of 64K
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
Hi I have tried using m_c_message.SetLimit(3000); but the same happens as soons as i exceed 256 charc the cursor jumps to the start Can anyone help thanks Simon
Is it a single line edit control? Check if you can set the multi line property of the edit control to true and the want return property as well to true.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
Is it a single line edit control? Check if you can set the multi line property of the edit control to true and the want return property as well to true.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_