D
Dean Slindee
Is there a maximum number of menu items that can be added to a single form?
If there is no maximum, that would help eliminate one possible source of the
problem.
I had six main menu items in the menu bar. After adding about 500 submenu
items to the first four main menu items, the last two menu items have now
disappeared. They are still there in the generated component code, but do
not appear in the designer. I suspect that something got hosed during the
process of adding submenu items, and dragging submenu items around.
Here is one of a dozen similar pieces of problematic-looking (to me) code:
Me.mnuServiceFosterTableCaretaker.Index = -1
Me.mnuServiceFosterTableCaretaker.Text = "Caretaker Type"
Any suggestions?
Dean Slindee
If there is no maximum, that would help eliminate one possible source of the
problem.
I had six main menu items in the menu bar. After adding about 500 submenu
items to the first four main menu items, the last two menu items have now
disappeared. They are still there in the generated component code, but do
not appear in the designer. I suspect that something got hosed during the
process of adding submenu items, and dragging submenu items around.
Here is one of a dozen similar pieces of problematic-looking (to me) code:
Me.mnuServiceFosterTableCaretaker.Index = -1
Me.mnuServiceFosterTableCaretaker.Text = "Caretaker Type"
Any suggestions?
Dean Slindee