Edanmo Richedit control
From: MS-News (unication_at_hotmail.com)
Date: 03/16/04
- Next message: Joseph M. Ferris: "Re: Parsing large amounts of data (200,000 entries) with XML?"
- Previous message: Bob O`Bob: "Re: BOF, EOF"
- Next in thread: Steven Burn: "Re: Edanmo Richedit control"
- Reply: Steven Burn: "Re: Edanmo Richedit control"
- Reply: Bonj: "RE: Edanmo Richedit control"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 15:55:12 -0700
Hi all,
I am using the Edanmo Richedit control to display data as it arrives from a
server using this code:
With RichEdit1.Selection
.Range.Font.ForeColor = colorIn
.TypeText textIn
End With
I have the MaxLength property set to 0.
My problem occurs when there are 65537 characters displayed. At that point,
the control refuses to accept any more text.
It was my understanding that when I set the property to 0, the number of
allowable characters would only be limited by the computer's resources
(memory, etc).
As a test, I set the MaxLength property to 5000, and when I reach 5001
characters, the control refuses to display any more characters.
Am I completely off base here in my understanding of the MaxLength property?
Also, assuming that the control is limited to 65537 characters (an
acceptable number to me), what would be the best way to delete the oldest
text to make room for new?
Thanks in advance!
- Next message: Joseph M. Ferris: "Re: Parsing large amounts of data (200,000 entries) with XML?"
- Previous message: Bob O`Bob: "Re: BOF, EOF"
- Next in thread: Steven Burn: "Re: Edanmo Richedit control"
- Reply: Steven Burn: "Re: Edanmo Richedit control"
- Reply: Bonj: "RE: Edanmo Richedit control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|