TreeView control

TreeView control

Anonymous
Not applicable
266 Views
4 Replies
Message 1 of 5

TreeView control

Anonymous
Not applicable
Hi all,

Does somebody know/have a tutorial/example about how to modify (add/remove)
new nodes and labels in a TreeView Control? When I press F1 and ask for
help, I get the attached message. I would like to learn about the properties
and methods of this control. Some chunks of code could be very useful too.

Thanks in advance,

Constantin
0 Likes
267 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Constantin, here is a short example I put together, it should get you
started (see attachment). As for locating help files - I have never seen any
support documentation for the tree view.

Best Regards,
Jacob Dinardi

Constantin GHERASIM wrote in message
news:D00D873F9F4E5550867B0E173595CF81@in.WebX.maYIadrTaRb...
Hi all,

Does somebody know/have a tutorial/example about how to modify (add/remove)
new nodes and labels in a TreeView Control? When I press F1 and ask for
help, I get the attached message. I would like to learn about the properties
and methods of this control. Some chunks of code could be very useful too.

Thanks in advance,

Constantin

----------------------------------------------------------------------------
----
0 Likes
Message 3 of 5

Anonymous
Not applicable
There's some good info on the "Treeview" control here:

http://msdn.microsoft.com/library/default.asp?URL=/library/devprods/vs6/vbas
ic/vbcon98/vbconusingtreeviewcontrol.htm

Gary
0 Likes
Message 4 of 5

Anonymous
Not applicable
I don't see a TreeView Control in "Microsoft Forms 2.0 Object Library",
(C:\WINDOWS\SYSTEM\FM20.DLL). I do see one in
"Microsoft Windows Common Controls 6.0 (SP3)",
(C:\WINDOWS\SYSTEM\MSComCtl.OCX). I see a Help file for the latter in
C:\WINDOWS\HELP\Cmctl198.chm.
--
John Goodfellow
irtf'nm
use 'microtouch' in address to email

"Constantin GHERASIM" wrote in message
news:D00D873F9F4E5550867B0E173595CF81@in.WebX.maYIadrTaRb...
> Hi all,
>
> Does somebody know/have a tutorial/example about how to modify
(add/remove)
> new nodes and labels in a TreeView Control? When I press F1 and ask for
> help, I get the attached message. I would like to learn about the
properties
> and methods of this control. Some chunks of code could be very useful too.
>
> Thanks in advance,
>
> Constantin
>
>

----------------------------------------------------------------------------
----
0 Likes
Message 5 of 5

Anonymous
Not applicable
Thanks to each and everyone of you... I will take a closer look to the
posted material.

Constantin 🙂

"Constantin GHERASIM" wrote in message
news:D00D873F9F4E5550867B0E173595CF81@in.WebX.maYIadrTaRb...
> Hi all,
>
> Does somebody know/have a tutorial/example about how to modify
(add/remove)
> new nodes and labels in a TreeView Control? When I press F1 and ask for
> help, I get the attached message. I would like to learn about the
properties
> and methods of this control. Some chunks of code could be very useful too.
>
> Thanks in advance,
>
> Constantin
>
>

----------------------------------------------------------------------------
----
0 Likes