I have a user control that returns a tree view. This tree view has custome context menues depending on what type of node it is. When I impliment the usercontrol in just a page the context menues open fine but once i put the usercontrol in to the outlook bar the context menues will no longer open up. Has any one else had this problem?
I haven't heard of that issue but if you can post a sample here (or you could submit the sample to the support group) we can take a look.
Here is an example of the behavior.
The code is not pretty at all but it show the problem.
Thanks for taking a look at this.
On a note if i handle the rightMouseButtonDown event on the tree view and then put in a break point there. When i hit f5 from that breakpoint the context menu will some tiems open up. If there isn't a break point there it will not. When I tryed to handle the MouseRightButtonup event it never fired for the tree view.