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

    Printing Rich Text Box

    I have written A VB Database Application. On the form I have a Text Box for the document title and the Rich text box has the document description. I could print the contents of the Rich Text Box without problems, but I was unable to
    figure out how to print the contents of the Rich Text Box, in a way that it includes the document title from the Text box as the header in the print out. Any help will be appreciated

    Jay




  2. #2
    Guest

    Re: Printing Rich Text Box

    Try with printer object.
    First print the documenttitle and then the contents of the richtextbox
    here you align the text within the page width.
    If you find any difficulty in using printer object
    contact me


    SR periasamy
    [email protected]


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