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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!execu!kevin
  2. From: kevin@execu.execu.com (Kevin English)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: 'model' window?
  5. Message-ID: <4748@execu.execu.com>
  6. Date: 16 Dec 92 23:02:32 GMT
  7. References: <1992Dec15.172737.6229@desire.wright.edu>
  8. Organization: Execucom Systems Corp
  9. Lines: 17
  10.  
  11. In article <1992Dec15.172737.6229@desire.wright.edu> 
  12. rocker@desire.wright.edu writes:
  13. >
  14. >    I have a window, actually as descendant  of a fairly complex window,
  15. >act like a dialog, ie. lock out all other windows and menuu, aka 'model', but
  16. >not system model.
  17. >
  18. >    I'm using TPW 1.0 (damm purchasing dept.) and OWL and any ideas are
  19. >welcomed.
  20. >
  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.