Hi
It's easy to remove the mouse cursor. But does anyone know how do you remove the keyboard cursor in the richtextbox?
MK
Printable View
Hi
It's easy to remove the mouse cursor. But does anyone know how do you remove the keyboard cursor in the richtextbox?
MK
you can use HideCaret() function of CRichEditCtrl class to hide the caret in the rich edit control
Any C# functions instead of C++?
Set the richtextbox to read-only.
by setting readonly won't help.
AFAIK, there isn't a direct method for hiding the cursor in the richedit text box.
you can use the API for hidecaret with use of C++ dlls.
-Paresh