Overriding Builtin Functions

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
 
C

Cindy M -WordMVP-

I Noticed that We could override copy/paste in Word by writting VBA
function skeletons like
replied to this same question the other day, posted in one of the
office.developer groups

Cindy Meister
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top