home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4307 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!hyperion!desire.wright.edu!rocker
  2. From: rocker@desire.wright.edu
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: 'model' window?
  5. Message-ID: <1992Dec17.084656.6252@desire.wright.edu>
  6. Date: 17 Dec 92 08:46:56 EST
  7. References: <1992Dec15.172737.6229@desire.wright.edu> <4748@execu.execu.com>
  8. Organization:  Wright State University 
  9. Lines: 21
  10.  
  11. In article <4748@execu.execu.com>, kevin@execu.execu.com (Kevin English) writes:
  12. > In article <1992Dec15.172737.6229@desire.wright.edu> 
  13. > rocker@desire.wright.edu writes:
  14. >>
  15. >>    I have a window, actually as descendant  of a fairly complex window,
  16. >>act like a dialog, ie. lock out all other windows and menuu, aka 'model', but
  17. >>not system model.
  18. >>
  19. >>    I'm using TPW 1.0 (damm purchasing dept.) and OWL and any ideas are
  20. >>welcomed.
  21. >>
  22. > Dave Edson wrote an excelent article in the Oct. Microsoft Systems
  23. > Journal : "Dave's Top Ten List of Tricks Hints, and Techniques for
  24. > Programming in Windows" - One of his tricks covered just this. In
  25. > summarry if you process the messages destined for this window with
  26. > IsDialogMessage() just as if the window were a modeless dialog, presto,
  27. > your window will have dialog like behavior.
  28.  
  29.     Am I missing somethine?  How would IsDialogMesssage() lock out other
  30. windos?
  31.