1
100kph
Hi,
I Noticed that We could override copy/paste in Word by writting VBA
function skeletons like
Sub EditCopy()
MsgBox "EditCopy()"
End Sub
Sub EditPaste()
MsgBox "EditPaste()"
End Sub
I need to do this in VC++.
Any idea how could i Cause a sink/function in VC++ be called when a
copy/paste is executed ?
Bests!,
adk
I Noticed that We could override copy/paste in Word by writting VBA
function skeletons like
Sub EditCopy()
MsgBox "EditCopy()"
End Sub
Sub EditPaste()
MsgBox "EditPaste()"
End Sub
I need to do this in VC++.
Any idea how could i Cause a sink/function in VC++ be called when a
copy/paste is executed ?
Bests!,
adk