I have an old VB6 project (DLL) that someone wants converted to VB.NET. It's been a long time since I've worked with VB6, and I've never done VB.NET, though I've done enough C#. I've read up on the ...
I'm doing a project in Vb.net where i add items to a main menu during runtime. Is there a way i can capture a click event on one of these menuitems so i can make it perform an action?