T
TC
Hello All,
I know similar questions have been asked before but I haven't found any good
answers.
I know I can use a hook to trap for Ctrl-V on keyboard.
I know that I can use WM_PASTE to trap for a paste from within a textbox
control (i.e. userform trapping).
I am wondering if there is a singular to trap for ALL pasting from within a
Windows application (i.e. Ctrl-V, Edit>Paste, pasting from the Office Suite
Clipboard, etc.)? Is there ultimately a singular notification or message
that one can use to trap for ALL circumstances?
If so, do the same APIs and structures and interfaces expose themselves to
VB or can it be translated to VB without the use of 3rd party tools or
libraries?
Best Regards,
Todd
I know similar questions have been asked before but I haven't found any good
answers.
I know I can use a hook to trap for Ctrl-V on keyboard.
I know that I can use WM_PASTE to trap for a paste from within a textbox
control (i.e. userform trapping).
I am wondering if there is a singular to trap for ALL pasting from within a
Windows application (i.e. Ctrl-V, Edit>Paste, pasting from the Office Suite
Clipboard, etc.)? Is there ultimately a singular notification or message
that one can use to trap for ALL circumstances?
If so, do the same APIs and structures and interfaces expose themselves to
VB or can it be translated to VB without the use of 3rd party tools or
libraries?
Best Regards,
Todd