Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hardwire DOM to VB Treeview?

Status
Not open for further replies.

hbaake

Programmer
Jun 25, 2001
19
NL
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top