CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: RichEdit

  1. #1
    Join Date
    May 1999
    Posts
    78

    RichEdit

    Due to a problem limitation of Edit Ctrl ,Someone told me that Edit Ctrl can not take more than 64k text in it but Rich Edit can not...
    Switched my control to Richedit from edit ctrl and added a member variable m_text associated with that control but now the dialogue does not pop up.....
    Is there anything else i have missed out for this control?



  2. #2
    Join Date
    May 1999
    Posts
    78

    Re: RichEdit

    Tried all offered solutions but one ,the simplest one succeeded...
    thanks to Todd Jeffreys
    The real answer is this. Call AfxInitRichEdit() in your CWinApp::InitInstance


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured