Page 1 of 1

Enabling SelectTool

Posted: Thu Jul 19, 2018 5:16 pm
by ap_mi
Hello,

By default, the pdf-xchange viewer starts off with the HandTool cursor. My goal is to change this so that when the viewer is shown the SelectTool is the active cursor. How can I accomplish this?

I've tried the following...

Code: Select all

m_pPDFControl->DoVerb(NULL, "ExecuteCommand", _bstr("SelectTool"), &DataOut, 0);
...but no luck.

Using version 2.5.322.8.

Any help is appreciated.

Thanks.

Re: Enabling SelectTool

Posted: Thu Jul 19, 2018 6:03 pm
by ap_mi
In case anyone else looks for this...

setting property "Tools.Active" with value "SelectTool" worked.

Re: Enabling SelectTool

Posted: Fri Jul 20, 2018 8:20 am
by Tracker Supp-Stefan
Hello Ap Mi,

Glad to hear you found the solution yourself, and thanks for sharing it! Hope it will be useful to someone else as well!

Cheers,
Stefan