Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CRichEditCtrl cell type Collapse All
Subject Author Date
Offer Har Apr 16, 2007 - 10:22 AM

Dear Support,

I need a cell type that will act like a reach-edit control, some parts of it will be in one color, others will be bold etc.
Is there such cell type? If not, please advise on how to implement such a cell type.
I don’t really care about in-place editing of the cell, more with the visual look of the cell.

Thanks,
Ron.

Technical Support Apr 17, 2007 - 12:42 PM

Unfortunately this feature is not supported.



Offer Har Apr 17, 2007 - 12:44 PM

Is there any way to get the CDC and draw a cell myself?

Technical Support Apr 18, 2007 - 11:42 AM

The cell’s text is painted in the CExtGridCell::OnPaintText() virtual method, so you can override this method and get access to the DC handle.