Results 1 to 3 of 3

Thread: Printing Picture

  1. #1

    Thread Starter
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535

    Lightbulb

    Can anyone tell me how to print a picture present in the picture or image box. I used printer.print but didn't work.

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    something along these lines

    Code:
    Printer.StartDoc    'starts a new printer document
    
    Printer.PaintPicture Picture1.Picture, 0,0  'Puts picture1 on the printer
    
    Printer.EndDoc    'Ends and prints the printer document
    hope this helps

  3. #3

    Thread Starter
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535
    Thanks a lot Sam.

    Kinjal :P

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