|
-
March 28th, 2003, 02:49 AM
#1
Removing the keyboard cursor in the richtext box
Hi
It's easy to remove the mouse cursor. But does anyone know how do you remove the keyboard cursor in the richtextbox?
MK
-
March 28th, 2003, 03:15 AM
#2
you can use HideCaret() function of CRichEditCtrl class to hide the caret in the rich edit control
pops
-
March 28th, 2003, 03:25 AM
#3
Any C# functions instead of C++?
-
March 30th, 2003, 05:49 AM
#4
Set the richtextbox to read-only.
WM.
What about weapons of mass construction?
-
April 1st, 2003, 03:51 PM
#5
Conclusion
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
- Software Architect
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|