G
Guest
Hi,
I looked everywhere for a reference to this, and I'm surprised that no one
else (apparently) has run into this problem.
I am using a textBox to collect/display messages as they are created in my
system. I append them to the current Text contents using the AppendText()
method. I never had problems with this until I moved to studio 2003 with
SP2. Now, no matter what I set my maxlength to (0, 500K, etc ...), the
AppendText() stops working once the buffer size reaches 32k. I'm sure it has
something to do with the SP2 patches related to overflowing buffers, but I
have no idea how to fix this (I definitely want to be able to put more than
32k into the textbox)
Any ideas ?
thanks,
mark
I looked everywhere for a reference to this, and I'm surprised that no one
else (apparently) has run into this problem.
I am using a textBox to collect/display messages as they are created in my
system. I append them to the current Text contents using the AppendText()
method. I never had problems with this until I moved to studio 2003 with
SP2. Now, no matter what I set my maxlength to (0, 500K, etc ...), the
AppendText() stops working once the buffer size reaches 32k. I'm sure it has
something to do with the SP2 patches related to overflowing buffers, but I
have no idea how to fix this (I definitely want to be able to put more than
32k into the textbox)
Any ideas ?
thanks,
mark