TreeView

K

Kenny Young

How does one code a ActiveX TreeView control to display My Computer. I am trying to make an interface that allows the C or D drive selection (this will be the source) using check boxes and then save those values selected. A second Treeviwe that will provide a means to select a Folder as a destination.


Thanks in advance for any help

Kenny Young
[email protected]
 
D

Douglas J. Steele

Rather than use your own interface, why not use the standard Windows
BrowseFolder dialog? See http://www.mvps.org/access/api/api0002.htm at "The
Access Web"

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)



How does one code a ActiveX TreeView control to display My Computer.
I am trying to make an interface that allows the C or D drive selection
(this will be the source) using check boxes and then save those values
selected. A second Treeviwe that will provide a means to select a Folder as
a destination.


Thanks in advance for any help

Kenny Young
[email protected]
 
K

Kenneth H. Young

I was realy hopeing to use the TreeView with check boxes to facilitate multiple selections for the source.

Thanks!
Rather than use your own interface, why not use the standard Windows BrowseFolder dialog? See http://www.mvps.org/access/api/api0002.htm at "The Access Web"

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)



How does one code a ActiveX TreeView control to display My Computer. I am trying to make an interface that allows the C or D drive selection (this will be the source) using check boxes and then save those values selected. A second Treeviwe that will provide a means to select a Folder as a destination.


Thanks in advance for any help

Kenny Young
[email protected]
 
Top