How can you add a click event to dynamically created menu item?
I thought I could do something like
Loop through all the items in the Menu1.DropDownItems then create a mousedown even on the item and execute an action based off that.
I'm new to VB and was wondering what logic to use. Will that even work? How will the events be saved through the life of the application?