Click to See Complete Forum and Search --> : Pasting in Rich Edit Control


vironic
February 12th, 2007, 11:13 PM
How come you can't disable pasting in a rich edit control by doing this...

case WM_PASTE:
return 0;
break;

This works in a normal edit control, how come it fails in a rich edit control?