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

    Common Dialog Control

    I am using Window Common Dialog Control and I am trying to print the text in the rich text box. I am able to print the first page but if the text is over one page then it prints out some text in between the rich text box.

    How do I print all the page?

    [email protected]


  2. #2
    Join Date
    May 1999
    Posts
    78

    Re: Common Dialog Control

    From what you have stated it is not clear if you have problem with RichEdit control or Printing or both...
    But let me tell you that I am also dispalying something using RichEdit and then print it in multiple pages (MFC) and have had no problem doing it....


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