home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / programm / 8011 < prev    next >
Encoding:
Text File  |  1992-07-22  |  969 b   |  23 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!shim
  3. From: shim@magnus.acs.ohio-state.edu (Sam Shim)
  4. Subject: screen saver routines
  5. Message-ID: <1992Jul22.161607.3668@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: bottom.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University
  9. Date: Wed, 22 Jul 1992 16:16:07 GMT
  10. Lines: 11
  11.  
  12.    I'm planning on incorporating a screen saver into my program.
  13. From what I gather, I'll need to hook onto 2 interrupts, 0x1C and
  14. 0x09.  My hook to interrupt 0x1C will increment a counter every
  15. time it is called and if the counter is greater than a certain
  16. amount of time, blank the screen.  My hook to interrupt 0x09 will
  17. unblank the screen and clear the counter if the screen is already
  18. blanked, otherwise it will just clear the counter.  Can someone
  19. tell me if this will work or have any suggestions/improvements?
  20. Thanks!
  21.  
  22. -Sam-
  23.