9강
2327 단어 windows formsCC
- 도구상자>Containers>Panel : 네모 공간 만들 수 있음
-> 페널 안에 있는 도구(TextBox 등)은 하나 처럼 움직일 수 있음 - properties>Multiline : True -> 多줄 작성할 수 있는 TextBox 속성
DateTime.Parse
DateTime.Parse(hello.Text);
-> String => DateTime
배열
// int형
int[] a = new int[5];
string[] a = {a,d};
// 객체형
Customer[] a = new Customer[5];
a[0] = new Customer("a", 123);
예)
-> 클릭될 때 마다, 인덱스++되게 하면 => for문 효과
-> 이렇게 특정 정보 showdetail할 수 있음
Author And Source
이 문제에 관하여(9강), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@tjtjtjtj0123/9강저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)