K
kalvin.tuel
The contextMenu.show would cause the contextMenu to be shown like a
dialog. The next statement wouldn't execute until the the menu item
selected was complete. ContextMenuStrip.show seems to behave like a
modeless dialog and execution continues regardless of the users menu
selection. Is there a way to show the ContextMenuStrip like a dialog,
the way ContextMenu was displayed?
Thank you.
Kalvin
dialog. The next statement wouldn't execute until the the menu item
selected was complete. ContextMenuStrip.show seems to behave like a
modeless dialog and execution continues regardless of the users menu
selection. Is there a way to show the ContextMenuStrip like a dialog,
the way ContextMenu was displayed?
Thank you.
Kalvin