Internet Explorer : ContextMenu

  • Thread starter Thread starter Paul Talbot via .NET 247
  • Start date Start date
P

Paul Talbot via .NET 247

Hi,

I have written some code that changes the context menu on an IE Browser object within an application that I am using. This part works fine and my custom contextmenu appears fine.

I have a number of options (Print Report, Export Report, Subscribe etc.

Now when I click each of these options, either nothing happens or an Email Object appears as if I clicked compose email within Outlook.

This previously worked, which is the most infuriating thing. I have pulled the code out of my main projected and created a test object that does work.

Has anyone experienced this? Or does anyone have any tools that I can use to monitor what the click is doing?
 
I solved this problem, I was using the browser handle and
not the form handle.

Paul
-----Original Message-----
Hi,

I have written some code that changes the context menu
on an IE Browser object within an application that I am
using. This part works fine and my custom contextmenu
appears fine.
I have a number of options (Print Report, Export Report, Subscribe etc.

Now when I click each of these options, either nothing
happens or an Email Object appears as if I clicked
compose email within Outlook.
This previously worked, which is the most infuriating
thing. I have pulled the code out of my main projected
and created a test object that does work.
Has anyone experienced this? Or does anyone have any
tools that I can use to monitor what the click is doing?
 
Back
Top