Removing cursor from Richedit control
-
I would like to have a Window in one of my dialogs that just displays text. I do not want the user to modify it. However, I would like to have the freedom of formatting the text (e.g. bold, italic etc...) and using different fonts. I thought the easiest way of doing this was to use a RichEdit control set to ReadOnly. This works OK, but it still has a cursor flashing in the rich edit box when the user gives it focus. I have seen that other applications can display text /graphics in this way, but without the cursor flashing (e.g. MSDN Library). Does anyone know how this can be done?
-
I would like to have a Window in one of my dialogs that just displays text. I do not want the user to modify it. However, I would like to have the freedom of formatting the text (e.g. bold, italic etc...) and using different fonts. I thought the easiest way of doing this was to use a RichEdit control set to ReadOnly. This works OK, but it still has a cursor flashing in the rich edit box when the user gives it focus. I have seen that other applications can display text /graphics in this way, but without the cursor flashing (e.g. MSDN Library). Does anyone know how this can be done?
See http://codeproject.com/winhelp/myhelpdialog.asp. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com
-
See http://codeproject.com/winhelp/myhelpdialog.asp. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com