all groups > dotnet windows forms > august 2005 >
You're in the

dotnet windows forms

group:

TextBox stops appending text


Re: TextBox stops appending text Herfried K. Wagner [MVP]
8/30/2005 12:00:00 AM
dotnet windows forms: "ronaldo1" <ronaldo1@discussions.microsoft.com> schrieb:
[quoted text, click to view]

See:

<URL:http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.controls/msg/6b61038ab6d31cd2>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
TextBox stops appending text ronaldo1
8/30/2005 9:09:11 AM
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.
AddThis Social Bookmark Button