I need to create a dynamic menu at runtime from an ini file. I can structure the ini any way I want, but I need to have it dynamically produce multi-level menu items. I have tried some API stuff, but nothing seems to produce a clean solution.

URGENT