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

    Printing with VC++ 6

    Hi,

    is anybody able to tell us, how to print out of a dialog based (!) app written in VC++ 6 without using Doc/View, but including different font styles, sizes, ...?

    Thanks in advance,


    Jessica and Golo


  2. #2
    Guest

    Re: Printing with VC++ 6

    Hi
    I was experiencing the exact same 'challenge' a few days ago and found an excellent example of source code on this very site. On the main page of codeguru look for "Printing" in the "Other Source Code Section". Under that link is a sample of source code which addresses your problem. It helped me get started and hopefully will help you also.

    Good Luck
    Chris


  3. #3
    Join Date
    May 1999
    Location
    WA
    Posts
    236

    Re: Printing with VC++ 6

    I could e-mail you the source code.


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