You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows how to create a top level menu in VS which has as its child a DynamicItemStart command which can expand at runtime to a varying number of menu items. Uses MPF to handle the command as opposed to explicitly implementing IOleCommandTarget and having to deal with the PITA of marshalling the OLECMDTEXT structure.