I have a problem while showing the PopMenu
control in VB.NET. Where as in VB6 after showing PopUpMenu
control holds on the screeen event after we have code after that also. But when we convert that to VB.NET we get ContextMenu.Show()
the control is not holding on the screen and executing the next statements. This statements has to execute after clicking on the menu item in VB6. This is not happening.
Can you help me regarding this?