home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3245 < prev    next >
Encoding:
Text File  |  1992-11-05  |  1.5 KB  |  32 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!uunet.ca!hyper.hyper.com!bonneau
  3. From: bonneau@hyper.hyper.com (Paul Bonneau)
  4. Subject: Re: Changing Window's focus: possible?
  5. Message-ID: <1992Nov5.145745.3278@hyper.hyper.com>
  6. Reply-To: bonneau@hyper.UUCP (Paul Bonneau,,)
  7. Organization: HyperCube Inc.
  8. References: <4NOV199210331435@zeus.tamu.edu> <682@lax.lax.pe-nelson.com>
  9. Date: Thu, 5 Nov 1992 14:57:45 GMT
  10. Lines: 20
  11.  
  12. In article <682@lax.lax.pe-nelson.com> twbrown@PE-Nelson.COM (Tom W. Brown) writes:
  13. >In article <4NOV199210331435@zeus.tamu.edu>, sam4628@zeus.tamu.edu writes:
  14. >|> Is it possible to write a program which changes the way Windows focuses?
  15. >|> I would like the active window to be selected by mouse pointer position,
  16. >|> without necessarily bringing the window to the front.  Has anybody done
  17. >|> anything similar to this?  Thanks.
  18. >
  19. >This would seem to be hard to do.  MS Windows kinda has a built-in
  20. >window manager (or, Windows *is* the window manager, may be a better way
  21. >of saying it).  I've not seen anything of the sort and there's probably
  22. >enough interest that if it were easy it would've been done.
  23. >
  24. Actually I think this would be doable.  Given the fact that
  25. 3.1 now has 2 z orders (topmost and non-topmost windows), and
  26. coupled with a DLL hosted message hook, it might not be that
  27. hard to cobble up a solution.  BTW, you can think of USER as
  28. the window manager, but there are many ways to modify its
  29. behaviour.
  30.  
  31. cheers - Paul.
  32.