Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- FastAPI
- Django
- tkinter Radio 동적버튼
- allauth
- flask
- Django-allauth
- SQL
- python
- GraphQL
- array
- graphene-django
- for loop
- check_password
- numpy
Archives
- Today
- Total
객
[ VB 2008 ] TreeView 예제 본문
▣ Rote 추가 할때
TreeView1.Nodes.Add(NodeName)
▣ 자식 노드 추가 할때
TreeView1.SelectedNode.Nodes.Add(NodeName, ChardName)
▣ 노드 삭제시
TreeView1.Nodes.Remove(TreeView1.SelectedNode)
▣ TreeView 내 모든 트리 삭제 할 때
TreeView1.Nodes.Clear()
▣ 노드의 이름과 인덱스 값을 나타내고 싶을때
labNoteName.text = e.node.name() 나 e.node.index()를 하면 된다.
[c#]에서는 e.node.level로 하시면 됩니다.
'[PL] > VB & VB.NET' 카테고리의 다른 글
[ VB 2008 ] 데이터베이스예제 .sdf (0) | 2010.01.19 |
---|---|
[ VB 2008 ] COLOR View예제. (0) | 2010.01.11 |
[VB 2008] 아래 세개의 프로그래을 하나로 한 것. (0) | 2010.01.09 |
[ vb 2008] DrawArc 예제. (0) | 2010.01.08 |
[ VB 2008 ] DrawRectangle 예제 (0) | 2010.01.08 |