Hi Wilfried,
Well I thought that I've already made an elaborated description of my problem but your answer suggest me some different opinion. Anyway, let me give it another try to explain it a bit more.
So here is the series of action in my application:
- First of all I've made a window's user control.
Then I placed an ActiveX mapPoint Control on it.
Then I attached a context menu with this control.
Then I inserted different options in context menu.
Now I created another form.
Placed my user control on it.
When I run the application and load that form, it loads map on it at runtime. When I right click on it then my own context menu appears as I intend to do by passing the default one.
But when I click on any context menu option, the click event is not fired. If instead of click event, I register Select event then it works but since it is fired whenever mouse comes over any option hence its not what I'm looking for.
I think its clear now though it has got heavier in terms of text....
Thanks in advance
Regards