Problem with RichText Box(Right Click Cut/Copy/Paste/SelectAll)...
-
Hi, How to get the menu like Cut,Copy,Paste,SelectAll in richTextBox. Any idea? Thanks, Subbu
-
Hi, How to get the menu like Cut,Copy,Paste,SelectAll in richTextBox. Any idea? Thanks, Subbu
-
Combine the RichTextBox with a ContextMenu control, and do the methods of Cut, Copy, etc. in ContextMenu control? :-D
Thanks for your prompt reply. Here my question suppose If I am having two RichTextBox and Shall I want to create two ContextMenu Control or I can use One and refer two Rich textbox. Please explain.
-
Hi, How to get the menu like Cut,Copy,Paste,SelectAll in richTextBox. Any idea? Thanks, Subbu
-
Thanks for your prompt reply. Here my question suppose If I am having two RichTextBox and Shall I want to create two ContextMenu Control or I can use One and refer two Rich textbox. Please explain.