CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Suggestion on Printing a From with High Quality Printing

    I want to print a from and I use the following method:
    I capture the form image to clipboard, send the contents of clipboard to an invisible picture box and then print that picture box. So i have the whole form image printed to the paper as I wanted. But the problem is the medium quality of the result. Can anyone suggest me a better way of printing the form (higher printing quality) ?
    Thank you everyone for all possible replies...

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department
    Athens, Greece

  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Idea...!

    Can it be a report without having a database?
    I mean: can I design a report which will print not fields from database, but fields from my form?

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department
    Athens, Greece

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