Using Ctrl + C to copy text from Richtextbox

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
 
C

Claes Bergefall

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top