About the dynamic menu vb6 and its details.

Asked By 20 points N/A Posted on -
qa-featured

As I am a new user. I want to know about the dynamic menu vb6 and its details. What are the advantages of this?

SHARE
Answered By 0 points N/A #160130

About the dynamic menu vb6 and its details.

qa-featured

Hi,

Dynamic menu is supported in vb6. There are many advantages f dynamic menu. A few of them are listed below:

1. A dynamically created menu can have any number of sub-menus.

Dynamic Menu

2. Each sub-menu consists of an item.

3. The items in each sub-menu can be accessed by all the users of the application simultaneously.

4. An item can be removed using RemoveMenu API.

5. You can place menus or sub-menus in any location dynamically. See the screenshot below:

Insert item After this Point

6. A sub-class handler dialog opens when you click a menu using which you can control the items in each sub-menu.

7. It is easy to create a dynamic menu in vb6.

These are some of the advantages of dynamic menu in vb6.

Related Questions