CXTPRichRender example |
Post Reply |
Author | |
archies
Groupie Joined: 17 November 2009 Location: India Status: Offline Points: 33 |
Post Options
Thanks(0)
Posted: 16 March 2010 at 1:06am |
Hi Oleg ;
I need to implement a windowless richedit control , in my application. i have gone "CXTPRichRender" documentation . can u provide me any example to do this. thnx |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Try this
m_pRichRender = new CXTPRichRender;
m_pRichRender->SetText(str);
m_pRichRender->DrawText(pDC, rcText);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |