[Mono-winforms-list] Question about ContextMenu

John BouAntoun jba-mono@optusnet.com.au
Wed, 24 Nov 2004 23:09:29 +1100


Hi guys,

Quick question about ContextMenu.

I use context menu to display a list of months in the year when someone
clicks on the month name on the MonthCalendar control.

I can never seem to get the ContextMenu to show more than once.

I show it with 

menu.Show (point);

It shows the first time, but after I handle the click event from the
MenuItem on the ContextMenu I keep getting exceptions inside
ContextMenu.Show ().

Should I log this in bugzilla or is it a known issue?

JBA