Dim WM_PASTE As Integer = 770 Protected Overrides Sub WndProc(ByRef m As Message) If (m.Msg = WM_PASTE) Then MsgBox("Paste") End If MyBase.WndProc(m) End Sub
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)