One of my friend asked me if there is a way that could prevent Images being pasted in the RichTextBox control, so I did a little code that allows RichTextBox control not to include Images. The solution to this problem is very simple just override the OnKeyDown event and check if the clipboard contains data [...]
Filed under: C# | Tagged: Controls | 1 Comment »


