A
Andrew Wilkie
I have written code to create a menu on a VB form from a database table.
This all works fine. But what I need to do is associate the Handler
procedure for the click event of each menu. Each item could possibly
have a different event. The procedure name for each menu item is stored
in the table. This is read in to a text variable along with all the
other menu information. What I need to do is convert the procedure name
in the text variable so that it can be referenced by the AddHandler.
Any help will be appreciated
This all works fine. But what I need to do is associate the Handler
procedure for the click event of each menu. Each item could possibly
have a different event. The procedure name for each menu item is stored
in the table. This is read in to a text variable along with all the
other menu information. What I need to do is convert the procedure name
in the text variable so that it can be referenced by the AddHandler.
Any help will be appreciated