views:

5

answers:

0

I have created an edit box window in ATL derived from CwindowImplBase.

I have added Message handlers on WM_COPY ,OnCopy

Now when I do Ctrl+C , it doesnot go into OnCopy

When I do Ctrl+x it goes into OnCopy

Any idea why its working for Ctrl+x and not ctrl+c.

It is supposed to work for ctrl+c