Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!wuarchive!usc!samsung!uakari.primate.wisc.edu!sdd.hp.com!hplabs!hpda!hpcuhc!hpspcoi!hmolotsi From: hmolotsi@hpspcoi.HP.COM (Hugh Molotsi) Newsgroups: comp.windows.ms.programmer Subject: Hooking onto the mouse Message-ID: <13430001@hpspcoi.HP.COM> Date: 31 Oct 90 23:41:10 GMT Organization: HP PCG, Sunnyvale CA Lines: 9 Hi Windows hackers, Does anybody know how to hook onto the Window's mouse driver so that an application can keep track of mouse messages in the background? This can be done for the keyboard using SetWindowsHook() and the WH_KEYBOARD hook (a la Petzold). HNM: "I've fallen and I can't get up!"