반응형 컨트롤이름으로 찾기1 Find control by name from Windows Forms controls Find control by name from Windows Forms controls 유사한 컨틀롤이 여러개 있을 때 해당 컨트롤들의 이름(text)로 찾아서 사용하기.TextBox txt = this.Controls.Find("txtName1", true).FirstOrDefault() as TextBox; txt.Text = ""; if (drs != null && drs.Count() > 0) for(int i=1; i< 5; i++) for(int j=0; j 2016. 8. 5. 이전 1 다음 반응형