Hello,
Any knows how to hook a treeview control to a microsoft access database? Thanx in advance ;) !
Printable View
Hello,
Any knows how to hook a treeview control to a microsoft access database? Thanx in advance ;) !
Hi,
The treeview control isn't a data aware control so simply create a recordset and populate it manually. I see that you already know how to use ADO. <g>
Have a good one!
BK
Quote:
Originally Posted by ielashi
Can you post your sql code and I should be able to help you out.
I have a sample app on my site that populates a treeview from an ADO recordset. The sample shows how to do drag & drop with scrolling with a treeview, but you can pick out what you need from the sample app.
http://www.thevbprogrammer.com/index...ter=13&Topic=2