I have a form.
When I right click, using the MouseUp action, I show a PopupMenu.
One of the options on this menu shows another form.

On this second form, when I right click, the PopupMenu does NOT appear (although the MouseUp action gets fired correctly).

HOWEVER:
If on my first form I click a command button to show the second form, then the PopupMenu DOES appear on the second form quite correctly when I right click there.


Any Ideas??

Thanks,