remove unwanted search item from menu, internet search by

PDF-XChange Editor SDK for Developers

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

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
asamrith@gmail.com
User
Posts: 91
Joined: Fri Sep 16, 2016 12:03 am

remove unwanted search item from menu, internet search by

Post by asamrith@gmail.com »

From the select Text Tool->Internet Search By: , how can I remove some of the unwanted search item e.g. Meta.UA ? I have attached a pic to clarify. Thanks.
Attachments
select_text_internet_search_remove search.PNG
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: remove unwanted search item from menu, internet search by

Post by Sasha - Tracker Dev Team »

Hello asamrith@gmail.com

The easiest way is to remove them from the Settings by this path pdfCtl.Inst.Settings["Presets.SearchProviders.Items"]. This is an array of CAB elements, that you can look at the registry or using the CABNodeExplorer. Note that this should be done at the start of the program before the Control initialization.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
asamrith@gmail.com
User
Posts: 91
Joined: Fri Sep 16, 2016 12:03 am

Re: remove unwanted search item from menu, internet search by

Post by asamrith@gmail.com »

thank you, it is working now..
Attachments
select text internet search.PNG
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: remove unwanted search item from menu, internet search by

Post by Sasha - Tracker Dev Team »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply