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

Thread: images

  1. #1
    Join Date
    Sep 2001
    Posts
    7

    images

    how do i print images. i have a jpeg i would like to print using code and i am kind of lost. any help would be appreciated

    thanks in advance


  2. #2
    Join Date
    Sep 2001
    Location
    IL, USA
    Posts
    1,090

    Re: images

    Assumimg that you loaded the image you want to print in a PictureBox control then you can use the following code:

    Printer.PaintPicture Picture1.Picture, 0, 0






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