help with treeview control and mdb database

  • Thread starter Thread starter kmercer46
  • Start date Start date
K

kmercer46

Hi does anyone know how to use the treeview control?

I've always had problems with it. It seems to be just as hard with
vb.net!

I'm triyng to make a database app that runs queries to fill a listview
control based on what is selected in the treeview control.

I am doing a loop to read the languages and a loop within that loop to
read all of the categories within that language. The main problem is
that I can't get the index right? I need to be able to click on a node
to run anothe r query to select all tutorials within that language and
category to fill a listview control with.

Can anyone help?

Thanks
 
Why not inherit a node from TreeViewNode class.
In this node you can have a pointer to your database entry, and pointers to
subnodes and whatever you want.
HIH
Boni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top