this.Invoke(new Action(delegate()
{
UI컨트롤
}));
System.InvalidOperationException: '크로스 스레드 작업이 잘못되었습니다. 'txtHistory' 컨트롤이 자신이 만들어진 스레드가 아닌 스레드에서 액세스되었습니다.'
this.Invoke(new Action(delegate()
{
txtHistory.AppendText(text);
}));
'기타 ETC > C#' 카테고리의 다른 글
using System.Runtime.InteropServices; (0) | 2020.10.15 |
---|---|
TextBox 출력 라인에 제한을 두자 ( C#/.Net 4.0 ) (0) | 2020.10.15 |
C# 리스트박스 항목 가져오기 (0) | 2020.04.09 |
C# 에서 IP 주소 가져오는 방법 (0) | 2020.03.27 |
c# 둥근 버튼 만들기 (0) | 2020.03.24 |