How to execute an action in my app always when user click ctrl+v (I want to assign a new alue to clipboard), or how to paste something in active window, when user clicks global hotkey in my app?
delphi, react on copy action or execute paste
704 Views Asked by djcis At
2
When something is pasted the control will receive the WM_PASTE message. So you can intercept this Message.