I've tried to override WndProc, but no message show up on paste event.
Then I tried to create custom filter and using method PreFilterMessage I was able to catch message with value 257 (KEYUP event), but that's not enough...
|
|
|||
|
|
|
Use:
Make sure your form KeyPreview = true. |
||
|
|
Have a look at the following: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1719019&SiteID=1 |
||
|
|
|
|
You can do this by:
Personally I would go for using a menu option. |
||
|
|