I'm in the process of writing a control that works like a button menu (like next to the forward / back buttons in IE5) and I want to be be able to create any menu at run time. (then use a popupmenu with a button)

So far the closest I can get to dynamic menu's are first create the top level in the MenuCreator tool then a control array for the items. but if it's an activex control I don't want people to have to manually add the top level, it has to work at run time...

Any Ideas ???

It doesn't have to be a popup menu, it just has to look like one !!

Paul