I create at runtime submenus for a certain main menu in an mdi application.
I create the submenu and the adhandler to manage the click event of the
submenu
Them I save the two in a text file
say:
My_count_5
Addhandler mymenu_click address of............
When I start the program again I read the two lines
one, the submenulabel I can install it in the mainmenu
but the trick or what I ask for is
How can I load the addlandler string and be executed when the submenu label
is clicked?