home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4411 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.0 KB  |  48 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!cs.utexas.edu!usc!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!newsserver.pixel.kodak.com!ekcolor!dj
  3. From: dj@ekcolor.ssd.kodak.com (Dave Jones)
  4. Subject: Re: Intercepting Windows Events
  5. Message-ID: <1992Dec21.203459.24411@pixel.kodak.com>
  6. Sender: news@pixel.kodak.com
  7. Organization: Vonnegut Tent Rentals, Inc.
  8. X-Newsreader: TIN [version 1.1 PL7]
  9. References: <1992Dec21.185126.29542@kodak.kodak.com>
  10. Date: Mon, 21 Dec 92 20:34:59 GMT
  11. Lines: 35
  12.  
  13. Thomas Kinsman (thomas@acadia.Kodak.COM) wrote:
  14. >     There is  a  product  I've  seen  advertised  which  makes  noises  on
  15. >     different  windows  events  (opening, maximizing, minimizing, etc...).
  16. >     Is the ability to intercept Windows/3.1 events documented in the  SDK,
  17. >     and if so where?
  18. >     Thanks in advance.
  19. >     - Thomas B. Kinsman, Rochester, NY
  20. > --
  21. > thomas@acadia.kodak.com    Voice: 716/477-2831(w)         Fax: 716/722-0160
  22. > Thomas B. Kinsman, Eastman Kodak Co., Flr 3, Bldg 65, RL, Roch., NY 14650-1816
  23.  
  24. Hi Thomas!
  25.  
  26. You must be referring to WHOOPS.  Its an interesting concept, but given that
  27. the PC speaker driver suspends all other activities while it puts out the
  28. sound, I would find it tiresome to tag every event this way.  Actually doing
  29. the trick is probably a matter of putting in a message filter hook function.
  30. Look at SetWindowsHook.  The SDK used to warn that this degraded the 
  31. efficiency of the system to intercept all messages.  It might be different 
  32. now.
  33.  
  34. On the subject of newsgroups, comp.ms.windows.programmer has fallen into 
  35. disuse since the comp.os. groups came on line.  The comp.os.ms-windows group
  36. had to be subdivided because high volumes of "Is Not! Is Too!" messages were
  37. detracting from the usefulnesss of the group.  The protagonists were arguing
  38. about whether MSW is an operating system or a shell.  They have been 
  39. banished to a .advocacy subgroup.
  40.  
  41. --
  42. ||------------------------------------------------------------------------
  43. ||Dave Jones (dj@ekcolor.ssd.kodak.com)|Eastman Kodak Co. Rochester, NY  |
  44.