this.Invoke(new del(update_listview), new object[] { int_maxitem, name, address });
//스레드밖
private delegate void del(int i,string s1, string s2);
private void update_listview(int i,string s1,string s2)
'프로그래밍언어 > C#' 카테고리의 다른 글
listview (0) | 2014.06.12 |
---|---|
thread (0) | 2014.06.10 |
스레드 파라미터넘기기 (0) | 2014.06.10 |
[스크랩] c# 으로 PDF 내용을 TEXT 로 가져오기 (0) | 2014.03.07 |
클래스상속 (0) | 2013.07.11 |