线程间操作无效: 从不是创建控件“lstContent”的线程访问它 请指教 急
fgd 2006-01-04 10:37:33 未处理 System.InvalidOperationException
Message="线程间操作无效: 从不是创建控件“lstContent”的线程访问它。"
Source="System.Windows.Forms"
StackTrace:
在 System.Windows.Forms.Control.get_Handle()
在 System.Windows.Forms.TextBoxBase.GetSelectionStartAndLength(Int32& start, Int32& length)
在 System.Windows.Forms.TextBoxBase.AppendText(String text)
在 ChatClient.Form1.ServerResponse() 位置 C:\Documents and Settings\Administrator\桌面\c\ChatServer\ChatClient\Form1.cs:行号 510
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()