|
Ah, but you can create specific events in your code. Create event handlers
for all your menu clicks with the proper signature. Don't add the Handles
clause at the end of the sub.
Then, in your code, use AddHandler and RemoveHandler as you add and
remove your menu items to add and remove event handlers for the
menu items' events.
|
__________________
If you're not part of the solution, you're part of the precipitate.
|