This sample code is very nice - but it still does not supress the cursor. Any ideas?
Newbie
Posts
-
Removing cursor from Richedit control -
Removing cursor from Richedit controlI 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?
-
How do you use the CToolTipCtrl?Can somebody show me how to use the tool tip control in a dialog app? Could Microsoft have made this any harder?
-
How to load a bitmap from disk?How to load a bitmap from the disk (NOT as a resource) to a CBitmap or some other ... to be able to display it or put it in an image control ?