This is in Visual Studio 2005 on Vista. See my other problem related to text
length and a CEdit control in this same newsgroup.
How can I display 50000 characters in a single line in my dialog?
On Wed, 15 Oct 2008 16:52:04 -0700, stringarray <strin...@discussions.microsoft.com>
wrote:
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
Perhaps 4096 characters results in a virtual window whose width has hit the
maximum.
Joe probably knows this already and can verify it if what I'm saying is
true.
That being said, I think that you might need to do a custom control and
handle scrolling yourself. Yippee!
Leo.
"stringarray" <strin...@discussions.microsoft.com> wrote in message
news:37BCCC14-B2B7-4AC3...@microsoft.com...