Hi

I have a popup menu on a system tray icon. One of the menu items opens a submenu listing some filenames in a directory.

I'm looking to expand this to include folders within the directory, which will in turn expand into another submenu listing the files within those folders.

See what I mean?!

I can list the top-level files OK - this is done by creating a dummy submenu in the MenuEditor and programmatically adding to the menu's array. BUT how do I add another submenu to this array?

I hope you understand what I mean )