<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TreeView control in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338280#M85111</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Does somebody know/have a tutorial/example about how to modify (add/remove)&lt;BR /&gt;
new nodes and labels in a TreeView Control? When I press F1 and ask for&lt;BR /&gt;
help, I get the attached message. I would like to learn about the properties&lt;BR /&gt;
and methods of this control. Some chunks of code could be very useful too.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Constantin</description>
    <pubDate>Thu, 19 Apr 2001 09:44:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-04-19T09:44:59Z</dc:date>
    <item>
      <title>TreeView control</title>
      <link>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338280#M85111</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Does somebody know/have a tutorial/example about how to modify (add/remove)&lt;BR /&gt;
new nodes and labels in a TreeView Control? When I press F1 and ask for&lt;BR /&gt;
help, I get the attached message. I would like to learn about the properties&lt;BR /&gt;
and methods of this control. Some chunks of code could be very useful too.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Constantin</description>
      <pubDate>Thu, 19 Apr 2001 09:44:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338280#M85111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-04-19T09:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: TreeView control</title>
      <link>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338281#M85112</link>
      <description>Constantin, here is a short example I put together, it should get you&lt;BR /&gt;
started (see attachment). As for locating help files - I have never seen any&lt;BR /&gt;
support documentation for the tree view.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
  Jacob Dinardi&lt;BR /&gt;
&lt;BR /&gt;
Constantin GHERASIM &lt;CYBERIQ&gt; wrote in message&lt;BR /&gt;
news:D00D873F9F4E5550867B0E173595CF81@in.WebX.maYIadrTaRb...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Does somebody know/have a tutorial/example about how to modify (add/remove)&lt;BR /&gt;
new nodes and labels in a TreeView Control? When I press F1 and ask for&lt;BR /&gt;
help, I get the attached message. I would like to learn about the properties&lt;BR /&gt;
and methods of this control. Some chunks of code could be very useful too.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Constantin&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------------------------------------------&lt;BR /&gt;
----&lt;/CYBERIQ&gt;</description>
      <pubDate>Thu, 19 Apr 2001 10:35:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338281#M85112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-04-19T10:35:19Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338282#M85113</link>
      <description>There's some good info on the "Treeview" control here:&lt;BR /&gt;
&lt;BR /&gt;
http://msdn.microsoft.com/library/default.asp?URL=/library/devprods/vs6/vbas&lt;BR /&gt;
ic/vbcon98/vbconusingtreeviewcontrol.htm&lt;BR /&gt;
&lt;BR /&gt;
Gary</description>
      <pubDate>Thu, 19 Apr 2001 10:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338282#M85113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-04-19T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: TreeView control</title>
      <link>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338283#M85114</link>
      <description>I don't see a TreeView Control in "Microsoft Forms 2.0 Object Library",&lt;BR /&gt;
(C:\WINDOWS\SYSTEM\FM20.DLL).  I do see one in&lt;BR /&gt;
"Microsoft Windows Common Controls 6.0 (SP3)",&lt;BR /&gt;
(C:\WINDOWS\SYSTEM\MSComCtl.OCX).  I see a Help file for the latter in&lt;BR /&gt;
C:\WINDOWS\HELP\Cmctl198.chm.&lt;BR /&gt;
--&lt;BR /&gt;
John Goodfellow&lt;BR /&gt;
irtf'nm&lt;BR /&gt;
use 'microtouch' in address to email&lt;BR /&gt;
&lt;BR /&gt;
"Constantin GHERASIM" &lt;CYBERIQ&gt; wrote in message&lt;BR /&gt;
news:D00D873F9F4E5550867B0E173595CF81@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi all,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Does somebody know/have a tutorial/example about how to modify&lt;BR /&gt;
(add/remove)&lt;BR /&gt;
&amp;gt; new nodes and labels in a TreeView Control? When I press F1 and ask for&lt;BR /&gt;
&amp;gt; help, I get the attached message. I would like to learn about the&lt;BR /&gt;
properties&lt;BR /&gt;
&amp;gt; and methods of this control. Some chunks of code could be very useful too.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Constantin&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------------------------------------------&lt;BR /&gt;
----&lt;/CYBERIQ&gt;</description>
      <pubDate>Thu, 19 Apr 2001 10:49:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338283#M85114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-04-19T10:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: TreeView control</title>
      <link>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338284#M85115</link>
      <description>Thanks to each and everyone of you... I will take a closer look to the&lt;BR /&gt;
posted material.&lt;BR /&gt;
&lt;BR /&gt;
Constantin &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
"Constantin GHERASIM" &lt;CYBERIQ&gt; wrote in message&lt;BR /&gt;
news:D00D873F9F4E5550867B0E173595CF81@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi all,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Does somebody know/have a tutorial/example about how to modify&lt;BR /&gt;
(add/remove)&lt;BR /&gt;
&amp;gt; new nodes and labels in a TreeView Control? When I press F1 and ask for&lt;BR /&gt;
&amp;gt; help, I get the attached message. I would like to learn about the&lt;BR /&gt;
properties&lt;BR /&gt;
&amp;gt; and methods of this control. Some chunks of code could be very useful too.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Constantin&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------------------------------------------&lt;BR /&gt;
----&lt;/CYBERIQ&gt;</description>
      <pubDate>Thu, 19 Apr 2001 10:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/treeview-control/m-p/338284#M85115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-04-19T10:59:18Z</dc:date>
    </item>
  </channel>
</rss>

