First let me say I'm relatively new to VB.net. Haven't done any coding in visual basic since VB3. I'm in the process of rewriting an application originally written in VB3. What I'm having a problem with is building dynamic entries to the menu strip. The menu strip has 5 options. Some of those options have a child and grandchild that need to be loaded from a ms access database. I have no problem building the child menus to these options dynamically but for those that require a grandchild based on the child selection, I cannot get the grandchild to populate. I've tried populating the grandchild on both the click event and the dropdownmenuopening events of it's parent but no luck. I believe I've properly defined the the toolstripmenu item as well as it's corresponding event handler but apparently not since it's not working. Any advice would be greatly appreciated.
↧