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

Thread: CRichEditCtrl

  1. #1
    Join Date
    Mar 2005
    Posts
    37

    CRichEditCtrl

    Using CRichEditCtrl, I can display western languages such as German French etc.
    But when I set the string of a CRichEditCtrl as list box entry it reverts to the equivalent English string.
    What is the problem.

  2. #2
    Join Date
    Feb 2005
    Location
    Pasadena, MD, USA
    Posts
    105

    Re: CRichEditCtrl

    Hi,

    I've never tried it, but SetFont() on the constituent controls of the Combo Box.

    See http://support.microsoft.com/default...;en-us;Q174667

    Jeff

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