<?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 : TreeView Nodes Problem!!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TreeView Nodes Problem!!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 21:43:55 +0000</pubDate>
  <lastBuildDate>Sun, 18 May 2008 07:23:18 +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=10664</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[TreeView Nodes Problem!! : Tks for the help...I ended up...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10664&amp;PID=35372&amp;title=treeview-nodes-problem#35372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3836">ViperSnake</a><br /><strong>Subject:</strong> 10664<br /><strong>Posted:</strong> 18 May 2008 at 7:23am<br /><br />Tks for the help...I ended up solving the problem by giving focus to the treeview on the node click event!<br><br><br>Tks again..<br>]]>
   </description>
   <pubDate>Sun, 18 May 2008 07:23:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10664&amp;PID=35372&amp;title=treeview-nodes-problem#35372</guid>
  </item> 
  <item>
   <title><![CDATA[TreeView Nodes Problem!! : Hi,   There nothing wrong with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10664&amp;PID=35363&amp;title=treeview-nodes-problem#35363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10664<br /><strong>Posted:</strong> 18 May 2008 at 1:15am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>There nothing wrong with your code. The Node.Index is long but that won't make a difference.</DIV><DIV>&nbsp;</DIV><DIV>Only:</DIV><DIV><strong>When you click the treeview it will get the focus and a treeview item will be selected &gt; NodeClick event will fire.</strong></DIV><DIV>&nbsp;</DIV><DIV>If you would click the second node (when the treeview hasn't got the focus yet) the treeview gets the focus and first node will be selected (Nodeclick event fires and frm1 will be loaded) after this the click on node 2 or 3 will trigger another NodeClick event.</DIV><DIV>&nbsp;</DIV><DIV>Try to add a dummy node first (this will have index 1) and change the cases in the NodeClick event and try again or run in debug mode you can see what I explained.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 18 May 2008 01:15:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10664&amp;PID=35363&amp;title=treeview-nodes-problem#35363</guid>
  </item> 
  <item>
   <title><![CDATA[TreeView Nodes Problem!! :  I&amp;#039;m having a problem using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10664&amp;PID=35358&amp;title=treeview-nodes-problem#35358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3836">ViperSnake</a><br /><strong>Subject:</strong> 10664<br /><strong>Posted:</strong> 17 May 2008 at 2:47pm<br /><br />I'm having a problem using the treeview control present on the Xtreme Suite Controls ActiveX Control v11.2.<br><br>When I select a node using the node_click event to open a form, theprogram always opens the first and the last nodes on thetreeview. <br><br>So when I click to open a form, the program opens that form and twoother more, that are related to the first and last nodes on the treeview.<br><br>Here is the code:<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; Set treeTest.Icons = ImageManager.Icons<br><br>&nbsp;&nbsp;&nbsp; treeTest.Nodes.Add , , , "Test1", 1<br>&nbsp;&nbsp;&nbsp; treeTest.Nodes.Add , , , "Test2", 2<br>&nbsp;&nbsp;&nbsp; treeTest.Nodes.Add , , , "Test3", 3<br>End Sub<br><br><br>Private Sub treeTest_NodeClick(ByVal Node As XtremeSuiteControls.TreeViewNode)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select Case Node.Index<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case "1": <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frm1.Show<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case "2": frm2.Show<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case "3": frm3.Show<br>&nbsp;&nbsp;&nbsp; End Select<br>End Sub<br><br>Am I doing this the right way? This code works fine with vb treeview...<br>&nbsp;<br>Tks...<br><br>]]>
   </description>
   <pubDate>Sat, 17 May 2008 14:47:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10664&amp;PID=35358&amp;title=treeview-nodes-problem#35358</guid>
  </item> 
 </channel>
</rss>