home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4606 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!psgrain!qiclab!leonard
  3. From: leonard@qiclab.scn.rain.com (Leonard Erickson)
  4. Subject: Re: Graphics Printing
  5. Message-ID: <1992Jul29.210650.3895@qiclab.scn.rain.com>
  6. Reply-To: 70465.203@compuserve.com
  7. Organization: SCN Research/Qic Laboratories of Tigard, Oregon.
  8. References: <1992Jul29.151104.5539@msuinfo.cl.msu.edu>
  9. Distribution: na
  10. Date: Wed, 29 Jul 1992 21:06:50 GMT
  11. Lines: 19
  12.  
  13. lemek@eecae.msu.edu (John P. Lemek) writes:
  14.  
  15. >Does anybody know of a way to output a graphics screen from TP6 without 
  16. >pressing the PrtScr key.  I'm working on a project where there won't be access
  17. >to a keyboard, rather the input interface will be a touch screen.  I'm trying
  18. >to use an HP 500C Color Deskjet, so I would like to be able to output color
  19. >graphics.
  20.  
  21. Well, the crudest way of handling this is to just call Interrupt 5! That's
  22. what pressing the PrtSc key does. If you've got Graphics.com loaded, and
  23. it supports the screen mode, you'll get a printout of the grpahics screen.
  24.  
  25. The other option is to write a routine to read the screen pixel by pixel,
  26. and translate that to something the printer can handle.
  27. -- 
  28. Leonard Erickson              leonard@qiclab.scn.rain.com
  29. CIS: [70465,203]             70465.203@compuserve.com
  30. FIDO:   1:105/56     Leonard.Erickson@f56.n105.z1.fidonet.org
  31. (The CIS address is checked daily. The others infrequently)
  32.