Hide Caret in richTextBox Control

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Greetings,

How can I disable the blinking cursor (called a caret?) in
a richTextBox control in C++ .NET? I found a command for
MFC called HideCaret, but I'd like to do this in Windows
Forms.

Any help would be greatly appreciated!

Thanks,
Kevin
 
* "Kevin said:
How can I disable the blinking cursor (called a caret?) in
a richTextBox control in C++ .NET? I found a command for
MFC called HideCaret, but I'd like to do this in Windows
Forms.

You can still do a p/invoke on 'HideCaret'.
 

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

Back
Top