Help Menu Items

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Help Menu Items

Post by jeffp »

From reading other posts on similar topice, there does not appear to be a way to disable the Help menu and/or the Help menu items in the ActiveX SDK.

If this in fact isn't currently available, I'd would suggest this as an item to consider going forward.

One reason for this is that I assume you don't want the users of our application sending you bug reports, etc., via the help menu items that appear in the embedded viewer.
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: Help Menu Items

Post by Corwin - Tracker Sup »

Hello,

First of all you can disable unnecessary commands (like "HelpContents", "GoToHomePage", "ProblemReport") by using next code (sample in C#):

Code: Select all

axCoPDFXCview1.SetProperty("Commands[\"HelpContents\"].State", "offline");
How to do this (and also see full list of commands) you can see in "Commands" sample.
Second way is to customize Viewer UI (remove unnecessary items from menu), export setting and then import them on start of your program.
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Help Menu Items

Post by jeffp »

Perfect! I wasn't aware of this. Thanks much.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17906
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Help Menu Items

Post by Tracker Supp-Stefan »

You are welcome :)

Best,
Stefan
Post Reply