Been using a System.Windows.Forms.TextBox in a standard
System.Windows.Forms.Form.
This TextBox gets written to quite frequently during the app lifecycle with
myTextBox.AppendText(msgText + System.Environment.NewLine);
On occasion it seems to stop appending text, and I have to quit out of the
app to fix it. No Exception is thrown.
ScrollBars=Both
Multiline=True
MaxLength=32767 (default)
ReadOnly=True
on
Win XP Pro SP2
Microsoft .NET 1.1 SP1
Any help would be appreciated.
Herfried K. Wagner [MVP] - 30 Aug 2005 17:24 GMT
"ronaldo1" <ronaldo1@discussions.microsoft.com> schrieb:
> Been using a System.Windows.Forms.TextBox in a standard
> System.Windows.Forms.Form.
[quoted text clipped - 13 lines]
> Win XP Pro SP2
> Microsoft .NET 1.1 SP1
See:
<URL:http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.co
ntrols/msg/6b61038ab6d31cd2>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>