all groups > dotnet windows forms > august 2006 >
You're in the

dotnet windows forms

group:

Using Ctrl + C to copy text from Richtextbox


Using Ctrl + C to copy text from Richtextbox Anthony
8/31/2006 5:28:01 PM
dotnet windows forms: 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
Re: Using Ctrl + C to copy text from Richtextbox Claes Bergefall
9/1/2006 10:51:26 AM
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

[quoted text, click to view]

AddThis Social Bookmark Button