Message 1 of 6
How to intercept Ctrl-V or paste command made by mouse context menu?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody,
I'd like to intercept the generic paste command inside AutoCAD, and it's easy with the PASTECLIP command using the BeginCommand event... but this method does not intercept the ctrl-v sequence nor the paste issued through the mouse context menu...
If I had a window I could try to override WndProc() and intercept the WM_PASTE message, but I'm inside the plugin windowless class...
Any idea?
Thanks,
Massimo