I have a treeview control placed on a form, populated at design time.
Here's what I would like to have happen: at run time when user clicks on any node, a dialog box opens with more information(created at design time). I think I'm going to have to have some if statements to figure out which node is clicked, but beyond that, I'm lost.
Thanks,
Paul Handley