Much like the attachments, I need to add submenus dynamically based off of the results of a database query.
For each Project, there are a number of tasks defined. Each one needs a node. For each Task, there are a number of subtasks defined. And again each one needs it's own node.
Esentially, this is like a treeview, but it's with menus. This will actually be popping up out of the system tray.
Can anyone point me in the right direction? I've come across a large number of tutorials, but none of them handling submenus and sub-submenus.