i am after a tree view i think to be able to show all text files in a chosen directory via the tree view window so as when the user checks some or all the files then those will be the files sent to the printer
Printable View
i am after a tree view i think to be able to show all text files in a chosen directory via the tree view window so as when the user checks some or all the files then those will be the files sent to the printer
Search PlanetSourceCode for "Windows Explorer Clone" or "Directory Tree" etc. There are plently of code there that populates a treeview with directory structure.
For, your need, also add files in treeview nodes.
Add check boxes in the tree view.
When user presess Print button, check which nodees are checked and print them.
Use...wait for it.....Treeview!! ;)
Load mscomctl.ocx (Common Controls 6) as a component.