T
tsair
I create a dynamic menu from a data table, pass the event handle menu_click
to menuitem.
How do I call a function or a new Form1 during runtime when the Menu_Click
event fire and locate the function call from the data table ?
example.:
cfunc = datatable.function_store
then, execute the cfunc
thank you.
to menuitem.
How do I call a function or a new Form1 during runtime when the Menu_Click
event fire and locate the function call from the data table ?
example.:
cfunc = datatable.function_store
then, execute the cfunc
thank you.