Edit Control of Window CE 4.2 problem



Dear all:

Here I meet with a problem about edit control.
My edit control has multiline property. And I set the max characters
through EM_LIMITTEXT with prarmeter -1, wanting to including 0x7FFFFFFE
characters.
But when I set text, I find that answer isn't right.
For example, when I reading 500k text contents and set to edit control,
edit control cannot display all contents. Although the text already set
right into edit control. It seems that edit control only display about
0xFFFF (65,535) characters. But when I call GetWindowText, I can get all
contents I set, seems that only display has problem.

Anyone meet this problem ? Or is it windows ce 4.2 's bug or can avoid it
through other method ?

Thanks a lot!

Jack.



.



Relevant Pages

  • Re: entering Unicode characters
    ... I selected Arial Unicode MS into a regular and rich edit control. ... I need Unicode characters, but no formatting. ...
    (microsoft.public.vc.mfc)
  • Re: Trap MaxText trigger
    ... CWnd * next = GetNextDlgTabItem; ... MAX_KEY_COMPONENT was set to 4 in our case, and there were 20 characters in the key (5 ... because it moves to the next edit control when it discovers the ...
    (microsoft.public.vc.mfc)
  • Re: Trap MaxText trigger
    ... CWnd * next = GetNextDlgTabItem; ... fields of 4 characters each). ... Receive a key by email and copy-and-paste the entire key into the first edit control ...
    (microsoft.public.vc.mfc)
  • Re: ? Limited Text Entry in CComboBox
    ... It seems that the number of characters ... that can be entered in the edit control of a combobox is ... combobox in the resource editor's dialog testing function. ... You have to change the Auto Horizontal scroll setting. ...
    (microsoft.public.vc.mfc)
  • Re: bug in CStatic text box ?
    ... displays okay in a MessageBox and an Edit control, but in a CStatic text box, some of the characters are incorrect as in é"r% _*![^!'P. ... Windows will interpret any ampersand ...
    (microsoft.public.vc.mfc.docview)