Hi guys!

I'm trying to build a dynamic menu based on my database, a simple idea... but, i'ts hard to make it real if you code vb6.

The visual basic 6 default menu tool, is very limited and can't offer all the conditions to make a totally dynamic menu.

I've trying to use something called "SmartMenuXP", through this component i create the dynamic menu... but, i 've found some problems. This component, can be exceeded by another, so when i open some child form inside my mdi, this child control box can exceed my mdi menu created by the ocx.

I'm here looking for some API/Custom Component to make this dynamic menu.

Any idea ?