Hi,
I have a popup menu in my app. It works, but not the way like other popup menus in Explorer or other windows apps.

Basically when the popup menu is open I can't right-click somewhere else on the form and re-display that menu at mouse point. I have to either left-click one of the menu options or left-click somewhere else to make the menu dissapear and then when the menu is off I can right-click again to make it re-apear.

Example:
Let's say, you're on windows desktop. No matter how many times you right-click, a NEW menu pops up at current mouse position. You don't have to close it, you just right-click again somewhere else and the current menu closes and the new one appears. I want the same thing in my app.

Thanks for your help.