![]() |
[HELP] [VB6] Codejock Treeview |
Post Reply
|
| Author | ||
carb0n
Newbie
Joined: 12 November 2010 Location: 127.0.0.1 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: [HELP] [VB6] Codejock TreeviewPosted: 12 November 2010 at 7:35am |
|
|
Hello guys, anyone could help me on adding icons to treeview nodes?
I tried:
But doesn't work. Also How to works with clicks?
How to, when we click on File Selection it do Msgbox "File Selection" and when we click on "Message" it do MsgBox "Message". Thanks in advance guys ;) |
||
![]() |
||
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 November 2010 at 10:48am |
|
|
Try to set icon size to 16 for tree control.
|
||
![]() |
||
carb0n
Newbie
Joined: 12 November 2010 Location: 127.0.0.1 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 November 2010 at 11:29am |
|
Thanks man, worked fine. Another question, how to call each nodes ? i mean:
I want that when we click on "File Selection", it do: Msgbox "File Selection" and for "Message": Msgbox "Message" Thanks in advance again (: |
||
![]() |
||
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 November 2010 at 3:24pm |
|
|
Private Sub treeSolutionView_NodeClick(ByVal Node As XtremeSuiteControls.TreeViewNode)
MsgBox Node.Text & " clicked" End Sub |
||
![]() |
||
carb0n
Newbie
Joined: 12 November 2010 Location: 127.0.0.1 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 November 2010 at 3:40pm |
|
|
Thanks (:
|
||
![]() |
||
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |