Hide cursor in RichTextBox

P

pinocchio

Hello,

I want to hide cursor in textRichBox. Default the cursor blink if you
click on richTextBox and I want to disable this feature.

I need to make something like Adobe Reader, so textRichBox as readonly
but the text can be selected, etc.

Any idea?
 
J

Julie

pinocchio said:
Hello,

I want to hide cursor in textRichBox. Default the cursor blink if you
click on richTextBox and I want to disable this feature.

I need to make something like Adobe Reader, so textRichBox as readonly
but the text can be selected, etc.

Any idea?

Are you talking about the cursor (mouse pointer) or carat (keyboard insertion
point)?

Why don't you just set the control to ReadOnly?
 
P

pinocchio

Juliewrote:
pinocchio said:
Hello,

I want to hide cursor in textRichBox. Default the cursor blink if you
click on richTextBox and I want to disable this feature.

I need to make something like Adobe Reader, so textRichBox as readonly
but the text can be selected, etc.

Any idea?

----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World!
100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Are you talking about the cursor (mouse pointer) or carat (keyboard
insertion
point)?

Why don't you just set the control to ReadOnly?[/quote:778c05201e]

Och, sorry my mistake, I mean carat.
If I set the control to ReadOnly, it doesn't solve my problem.
 

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