Is it possible (in VB6) to hardwire the VB treeview to a DOM?
I would like to add/delete/move nodes in a treeview in such a way that the nodes are actual element in a DOM.
The idea is that before doing the actual change in the treeview, the DOMs Validate() method (using a DTD) tells me if the change is allowed or not.
Any help, info or code snippets are highly appreciated.
Thanks in advance,
Hugo.
I would like to add/delete/move nodes in a treeview in such a way that the nodes are actual element in a DOM.
The idea is that before doing the actual change in the treeview, the DOMs Validate() method (using a DTD) tells me if the change is allowed or not.
Any help, info or code snippets are highly appreciated.
Thanks in advance,
Hugo.