
So PLEASE , is it possible to give me short examples (in VB)?

1) emphasis of search strings
I see no way...

2) How to recognize click of the right mouse button to represent a context menu of one's own
The control has no MouseDown, MouseUp event. So HOW can I detect the right mouse button?
3) a possibility for the reconnaissance, whether is there any selected text (has the user text selected?) ?
4) a possibility for the reconnaissance, whether the user has selected the text of the complete pdf? (I mean after cmd: SelectAll #57642)
What is the Name/Number of the command to get this info?
5) A Fast way to copy the RAWText of the complete PDF to a string-variable
*because "Extract Text" in "PDFV_AX", page 117 is very very slow (big looping for getting each character).
Faster is to call "SelectAll", then "CopyAsPlainText" - BUT this will copy the Rawtext to the Clipboard (and override users actualy clipboard-content). I need something like CopyToString or CopyToStream or SaveAsTextfile...
For more details, please see: https://forum.pdf-xchange.com/ ... =36&t=5002