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

Thread: print

  1. #1
    Join Date
    May 1999
    Posts
    40

    print

    hi.all:

    I write a program and can print the output data.
    I can use print preview see the output. But when I click print button the printer does not print the output data.
    What is wrong ? I use VC6 Build my program.

    Thank all.


  2. #2
    Join Date
    May 1999
    Posts
    40

    Re: print

    I know the Problem.
    I use the function StretchBlt(...)
    For Screen (print preview)works.
    But for print does not work.
    Why ? And how can I solve it?

    Appreciate any suggestions.


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