CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2015
    Posts
    500

    DrawText MFC formatting

    Hello,

    The DrawText related q's !. With the help from this forum, i had got things working ok . Thankyou very much
    I am removing the code as I got soln myself and as the code may be proprietary.

    Thankyou
    Last edited by pdk5; February 17th, 2023 at 06:13 AM.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: DrawText MFC formatting

    Did you try to debug your code to see what happens with tstring message after its creation and the next steps within the
    Code:
    for (int i = 0; i < (int)pParams->GetNumCovCells(); i++)
    loop?
    Victor Nijegorodov

Tags for this Thread

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