I
ian.mcewan
Hi,
I have three menu user controls (this is for touchscreen
application so they can't be .Net/XP menus).
These menus all represent a common pool of commands, but
for example menu1 has command1, command2, command3,
whereas menu2 has only command2, and so on.
What is the simplest way (preferably without inordinate
redesign and abstraction) to implement ALL the commands
in one class and then hook up the menu user controls to
that class?
Thanks
Ian.
I have three menu user controls (this is for touchscreen
application so they can't be .Net/XP menus).
These menus all represent a common pool of commands, but
for example menu1 has command1, command2, command3,
whereas menu2 has only command2, and so on.
What is the simplest way (preferably without inordinate
redesign and abstraction) to implement ALL the commands
in one class and then hook up the menu user controls to
that class?
Thanks
Ian.