G
Guest
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.
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.