Are there standard functions to create a menu like the start menu, i.e. every file in a folder creates a menu item, a folder creates a submenu etc.
All I want to know is if this can be done with a standard API, not how to code it myself.
Thomas
You could use a syslistview32 with icons and lb_dir style. With some subclassing it should work :D