Hide toolbars...

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

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

lidds
User
Posts: 514
Joined: Sat May 16, 2009 1:55 pm

Hide toolbars...

Post by lidds »

I am at the moment displaying all the toolbars using the following code:

Code: Select all

pdfView.DoVerb(Nothing, "ExecuteCommand", 33016, Nothing)
This obviously displays all toolbars, however I want to hide the properties toolbar and also the toolbar that has the Open, Print, Save etc. button, is this possible and how would I do this?

Thanks in advance

Simon
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: Hide toolbars...

Post by Corwin - Tracker Sup »

Please, look at the examples which are included in Viewer ActiveX SDK. Example called "View" demonstrates how you can show or hide any Viewer toolbar or panel.