Acrobat 7 ActiveX Control

  • Thread starter Thread starter William Chan
  • Start date Start date
W

William Chan

I am now using Acrobat 7 ActiveX Control in C# and VB.net. Is there any
way to modify the default right click popup menu on that control?
Thanks in advance!
 
William,

Unless acrobat exposes a way to do it, it's unlikely. You could hook
into the message pump, and intercept the message going to that window, and
even display a menu of your own. However, if adobe doesn't expose the
functionality you want publically, you won't have a way to do anything when
you select the menu item.

Hope this helps.
 
Hi Nicholas,

Thanks for your reply. Will it be possible that the event handling
procedure of the Acrobat control can be overriden such that I can add
my own procedure to handle the right click event? Please advise.

Thanks, William
William,

Unless acrobat exposes a way to do it, it's unlikely. You could hook
into the message pump, and intercept the message going to that window, and
even display a menu of your own. However, if adobe doesn't expose the
functionality you want publically, you won't have a way to do anything when
you select the menu item.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

William Chan said:
I am now using Acrobat 7 ActiveX Control in C# and VB.net. Is there any
way to modify the default right click popup menu on that control?
Thanks in advance!
 
Back
Top