<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [HELP] [VB6] Codejock Treeview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : [HELP] [VB6] Codejock Treeview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 16:12:08 +0000</pubDate>
  <lastBuildDate>Fri, 12 Nov 2010 15:40:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=17552</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[HELP] [VB6] Codejock Treeview : Thanks (:  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61369&amp;title=help-vb6-codejock-treeview#61369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6458">carb0n</a><br /><strong>Subject:</strong> 17552<br /><strong>Posted:</strong> 12 November 2010 at 3:40pm<br /><br />Thanks (:]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 15:40:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61369&amp;title=help-vb6-codejock-treeview#61369</guid>
  </item> 
  <item>
   <title><![CDATA[[HELP] [VB6] Codejock Treeview : Private Sub treeSolutionView_NodeClick(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61366&amp;title=help-vb6-codejock-treeview#61366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 17552<br /><strong>Posted:</strong> 12 November 2010 at 3:24pm<br /><br />Private Sub treeSolutionView_NodeClick(ByVal Node As XtremeSuiteControls.TreeViewNode)<br>&nbsp;&nbsp;&nbsp; MsgBox Node.Text &amp; " clicked"<br>End Sub]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 15:24:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61366&amp;title=help-vb6-codejock-treeview#61366</guid>
  </item> 
  <item>
   <title><![CDATA[[HELP] [VB6] Codejock Treeview :    SuperMario wrote:Try to set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61364&amp;title=help-vb6-codejock-treeview#61364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6458">carb0n</a><br /><strong>Subject:</strong> 17552<br /><strong>Posted:</strong> 12 November 2010 at 11:29am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />Try to set icon size to 16 for tree control.</td></tr></table><br><br>Thanks man, worked fine. Another question, how to call each nodes ? i mean:<br><br><table width="99%"><tr><td><pre class="BBcode">Private Sub Form_Load()<br>Set tvMain.Icons = imMain.Icons<br>&nbsp;&nbsp;&nbsp; tvMain.IconSize = 16<br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add , , "Node1", "Node1", 1<br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add "Node1", xtpTreeViewChild, "File Selection", "File Selection", 2<br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add "Node1", xtpTreeViewChild, "Message", "Message", 3<br>End Sub<br></pre></td></tr></table><br><br>I want that when we click on "File Selection", it do: Msgbox "File Selection"<br>and for "Message": Msgbox "Message"<br><br>Thanks in advance again (:<br>]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 11:29:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61364&amp;title=help-vb6-codejock-treeview#61364</guid>
  </item> 
  <item>
   <title><![CDATA[[HELP] [VB6] Codejock Treeview : Try to set icon size to 16 for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61363&amp;title=help-vb6-codejock-treeview#61363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 17552<br /><strong>Posted:</strong> 12 November 2010 at 10:48am<br /><br />Try to set icon size to 16 for tree control.]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 10:48:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61363&amp;title=help-vb6-codejock-treeview#61363</guid>
  </item> 
  <item>
   <title><![CDATA[[HELP] [VB6] Codejock Treeview : Hello guys, anyone could help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61362&amp;title=help-vb6-codejock-treeview#61362</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6458">carb0n</a><br /><strong>Subject:</strong> 17552<br /><strong>Posted:</strong> 12 November 2010 at 7:35am<br /><br />Hello guys, anyone could help me on adding icons to treeview nodes?<br><br>I tried:<br><br><table width="99%"><tr><td><pre class="BBcode">Set tvMain.Icons = imMain.Icons<br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add , , "Nod1", "Nod1", 1 &lt;-- This should be the Icon "1" on my Image Manager<br></pre></td></tr></table><br><br>But doesn't work.<br><br>Also How to works with clicks?<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add , , "Nod1", "Nod1", 1<br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add "Nod1", xtpTreeViewChild, "File Selection", "File Selection", 2<br>&nbsp;&nbsp;&nbsp; tvMain.Nodes.Add "Nod1", xtpTreeViewChild, "Message", "Message", 3<br></pre></td></tr></table><br><br>How to, when we click on File Selection it do Msgbox "File Selection" and when we click on "Message" it do MsgBox "Message".<br><br>Thanks in advance guys ;)<br>]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 07:35:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17552&amp;PID=61362&amp;title=help-vb6-codejock-treeview#61362</guid>
  </item> 
 </channel>
</rss>