CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Location
    France, Toulouse
    Posts
    156

    printing problem

    Hi

    is it possible to begin printing (statrtDoc and startpage) in a function and to end printing (endpage and enddoc) in another function.
    my problem is that I can't define the CDC as an attribute i can just declare it in the core of the function.

    thank you

    khaldoun

  2. #2
    igbrus is offline Elite Member Power Poster
    Join Date
    Aug 2000
    Location
    Los Angeles
    Posts
    4,658
    Sure you could. Just take care that you deal with the same hDC

  3. #3
    Join Date
    May 2002
    Location
    France, Toulouse
    Posts
    156
    thank you
    I do it

  4. #4
    Hi,
    this link may help you: http://www.********.net/
    It shows the advance gdi and font features you like. The client may interest you.

    Regards
    jack

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