Using Ctrl + C to copy text from Richtextbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am having problem on using Keyboard to copy and paste text in a
RichTextbox.
Nothing is happening when I press Ctrl + C. Right click on the mouse is also
no action.

I try to see the setting from the RichTextbox properties. I cannot find
any related setting.

Is anyone konw why? Please help, Thank you.

Anthony
 
All the standard keyboard shortcuts for copying and pasting (i.e. Ctrl+C,
Ctrl+V, Ctrl+X) works fine for me with a standard RichTextBox. It doesn't
have a default menu like the textbox does though. If you need that you'll
have to implement it yourself.

Make sure that the ShortcutsEnabled property is true
Can you reproduce the problem in a simple test application?

/claes
 
Back
Top