domino.vbcoder 0 Newbie Poster

Hi all i was wondering wheather anyone knows about the context menu autoclose feature because it doesnt seem to work for me.

I have a context menu associated with a control and i have auto close set to false but now my context menu wont show i have tried all sorts

ContextMenuStrip1.visible=true
ContextMenuStrip1.show(0,0)

contextmenu mouse events but nothing seems to be working hmmm.

What im trying to achieve is right click a control activate the context menu make several selections and then close the menu by using the mouse leave event handler.

any help would be great

Many Thanks

Domino.VBcoder