home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1019 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!gyugyi
  3. From: gyugyi@leland.Stanford.EDU (Paul Gyugyi)
  4. Subject: Re: How to write a Win 3.1 screen saver
  5. Message-ID: <1992Jul26.004433.17053@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSG, Stanford University, CA 94305, USA
  8. References: <BrwAv7.1zz@news.cso.uiuc.edu>
  9. Date: Sun, 26 Jul 92 00:44:33 GMT
  10. Lines: 21
  11.  
  12. For a good example of writing .scr screen savers for Win3.1,
  13. see the June 1992 Windows Tech Journal, which had an article
  14. by Petzold.  You can get the source for that issue on compuserve,
  15. in "GO CLMFORUM".  I also posted the QuickC files I used to write a screen
  16. save to the winadv forum (blind2.zip).  You need a few files from
  17. either the Win3.1 SDK or the Win3.0-Multimedia SDK.  The files are:
  18. scrnsave.lib, scrnsave.h, mmsystem.lib, mmsystem.h(?).  The ones
  19. in the Win3.1 SDK are incompatible with the multimedia sdk files.
  20. The Petzold article uses the multimedia sdk.  The Win 3.1 sdk
  21. comes with sample code for a screen saver module.  The *.scr files
  22. are just renamed *.exe files.  You can invoke the modules yourself by
  23. renaming them to *.exe and invoking them with the -s option.
  24.  
  25. Since I've had 1000+ downloads from compuserve, maybe it's about time
  26. I pushed it through an ethernet cable and got it over to cica. :).
  27.  
  28. -- 
  29. Paul J. Gyugyi
  30. Grad student, control systems, Stanford University
  31. (and an avid LEGO collector)
  32. gyugyi@earthsea.Stanford.EDU
  33.