End Google Ads 201810 - BS.net 01 --> I have a MFC application in which I need to create a temporary editbox on the view. But that editbox does not accept ctrl+C & ctrl+V commands from keyboard. It should support copy & paste by default. I create it with WS_CHILD | WS_VISIBLE styles.

I have entered the Copy paste shortcuts into accelerator table for use in the view.

Does anyone know the reason why it does not paste in editbox? Instead it pastes in the view.

How to correct it?

TIA.