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?
case WM_PASTE:
return 0;
break;
This works in a normal edit control, how come it fails in a rich edit control?