2011/08/04
[C#] Thread 에서 간단하게 UI 제어하기
C#을 보고 있던 중 Thread 에서 UI를 제어하는 부분에서 막혀 정보를 찾다가 간단하게 제어하는 방법을 찾았다.
this.Invoke(new MethodInvoker(delegate() {
<
// UI 제어 코드
}));
Original Post : http://neodreamer-dev.tistory.com/560
Labels:
c#
,
thread
,
TistoryOldPost
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment