How do I intercept a paste event in an editbox, possibly before the value is transferred to the object?
Asked
Active
Viewed 1,831 times
3 Answers
1
If you subclass then intercept the WM_PASTE message you can do what you want, throw the message away to prevent the paste, manipulate the clipboard data, whatever.

Jason Diller
- 3,360
- 2
- 24
- 25