Advertisment
In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.
Everyone knows what a menu is, the question is how can you make them in VB? Well, it turns out to be very simple. VB has a built-in menu editor...
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it...