Quote Originally Posted by Eduardo- View Post
Thanks Eduardo.

Unfortunately, using AddClipboardFormatListener and then monitoring the WM_CLIPBOARDUPDATE message is next to useless as it doesn't differenciate between Copying, cutting or pasting data.

Also, the message cannot be intercepted in order to abort\prevent the clipboard operation.

Regards.