CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rgwerder1

Search: Search took 0.01 seconds.

  1. Re: CRichEditCtrl::FormatRange result differ in VC++ 6.0 and 2010

    Hello everbody,
    Thank your for your answers.
    I have found a solution for my problem.

    Instead of using the 'GetTextLength()' function I am using the 'GetTextLengthEx()' function:

    old code:
    ...
  2. Re: CRichEditCtrl::FormatRange result differ in VC++ 6.0 and 2010

    Hello Vanja,

    Thank you very much for your answer. Your are right its better to calculate the heigth using LOGPIXELSY rather then LOGPIXELSX, but the calculation is not the problem here.

    The...
  3. CRichEditCtrl::FormatRange result differ in VC++ 6.0 and 2010

    Hello,

    Ich have ported my application from VC++ 6.0 to VC++ 2010.
    Now code that was working in VC++ 6.0 is not working anymore in VC++ 2010.
    In my case I am writing text to a CRTFEditCtrl and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured