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

    Not using a doc/view for program, but trying to use it to print...


    I'm not using the doc/view framework in my application. But I need to print something. This is not what's on screen. I'm trying to define what's printed in the OnDraw function of the view, derived from CView. I can get it to print what I derived from CDocument. But I can't get it to link my view and document. Any suggestions, are even a better way to print, would be appreciated.
    [email protected]


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: Not using a doc/view for program, but trying to use it to print...

    http://ww.concentric.net/~cgalbrai/Printer.shtml

    has specific code on exactly how to do just that. I hope to god that it works - code freeze here in < 12 hours and I haven't gotten to printing yet

    Hope this helps.

    -asf

    -- Further Innovations, Inc. Development Team - http://www.furtherinnovations.com/dev

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