Discussion:
How do I over ride the right click pop-up menu in IE text boxes?
(too old to reply)
Angus Comber
2005-12-17 19:11:54 UTC
Permalink
Hello

I want to add an extra menu item to the right click menu on text boxes.
This menu usually has Copy, Paste, etc. How do I add an item to this menu?

I am coding in C++ - if that's relevant.

Angus
Scherbina Vladimir
2005-12-17 19:49:42 UTC
Permalink
You'd better ask this on microsoft.public.vc.language
--
Vladimir
Post by Angus Comber
Hello
I want to add an extra menu item to the right click menu on text boxes.
This menu usually has Copy, Paste, etc. How do I add an item to this menu?
I am coding in C++ - if that's relevant.
Angus
Angus Comber
2005-12-17 21:08:12 UTC
Permalink
No not on a normal Windows app. I am writing a BHO for IE.

Is there not a standard way to capture this event?

Angus
Post by Scherbina Vladimir
You'd better ask this on microsoft.public.vc.language
--
Vladimir
Post by Angus Comber
Hello
I want to add an extra menu item to the right click menu on text boxes.
This menu usually has Copy, Paste, etc. How do I add an item to this menu?
I am coding in C++ - if that's relevant.
Angus
Scherbina Vladimir
2005-12-17 21:57:16 UTC
Permalink
Already answered in microsoft.public.inetsdk.programming.webbrowser_ctl.
--
Vladimir
Post by Angus Comber
No not on a normal Windows app. I am writing a BHO for IE.
Is there not a standard way to capture this event?
Angus
Post by Scherbina Vladimir
You'd better ask this on microsoft.public.vc.language
--
Vladimir
Post by Angus Comber
Hello
I want to add an extra menu item to the right click menu on text boxes.
This menu usually has Copy, Paste, etc. How do I add an item to this menu?
I am coding in C++ - if that's relevant.
Angus
Loading...