Hide Search and Find menubar...

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
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

Hide Search and Find menubar...

Post by lidds »

How can I hide the Search and File statusbar / menubar?
HideMenu.png
Thanks

Simon
RMan
User
Posts: 221
Joined: Tue Jul 02, 2013 10:06 pm

Re: Hide Search and Find menubar...

Post by RMan »

Here's some VB6 code for it.

Code: Select all

Dim i As Integer
i = (pdfCtl.Inst.Str2ID("cmdbar.quickFind", False)
Call pdfCtl.Inst.ShowCmdBar2(i, False)
If you need to hide everything including the Ribbon you can try the code in this post.
viewtopic.php?f=66&t=30463
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

Re: Hide Search and Find menubar...

Post by lidds »

Thank you RMan, that solved my issue.

Simon
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Hide Search and Find menubar...

Post by Sasha - Tracker Dev Team »

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