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

Thread: Printing image?

  1. #1
    Join Date
    Sep 2005
    Posts
    5

    Unhappy Printing image?

    Hai all

    I am a begginers in VC and developing my Final Smester Project in VC, and having problems at each step.
    they are:

    1): I want to put print facility here, for that i want that onButtonClick event my image which is in Picture Box sent toword Default Printer which is attached already with my system.

    Any Senior is theer to help me via MFC code.

    VC_Student

  2. #2
    Join Date
    Aug 2002
    Posts
    879

    Re: Printing image?

    check-out this thread
    http://www.codeguru.com/forum/showth...=print+bmp+mfc
    use the search function fo rmore help.
    Also there are some useful examples on codeguru.com

  3. #3
    Join Date
    May 1999
    Location
    West Sussex, England
    Posts
    1,939

    Re: Printing image?

    Two articles of mine which may be of help:

    A print/preview extension DLL for CDialog:
    http://www.codeproject.com/printing/printextension.asp

    Printing tips n tricks - Shows how to print a bitmap
    http://www.codeproject.com/printing/...cksandtips.asp
    Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
    Please remember to rate useful answers. It lets us know when a question has been answered.

  4. #4
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,758

    Re: Printing image?

    Roger,

    Did you happen to post your articles here on CodeGuru too? If not, you should

    Brad!
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

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