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

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!micro!maley
  3. From: maley@micro.cs.umn.edu (Michael P Maley)
  4. Subject: find commdlg and OWL
  5. Message-ID: <maley.725614849@micro>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: micro.cs.umn.edu
  8. Organization: University of Minnesota
  9. Date: Tue, 29 Dec 1992 07:40:49 GMT
  10. Lines: 22
  11.  
  12. I am trying to implement the common find dialog box in
  13. the OWL framework. I can get the dialog box to appear, but
  14.  
  15. 1. I can't use the tab key to move around inside the dialog
  16. box. I didn't understand the Help file which says that
  17. IsDialogMessage() must be called. By enabling the KB handler
  18. it is, yet it still didn't work.
  19.  
  20. 2. Most importantly, I can't see how to incorporate the
  21. RegisterWindowMessage() and the DefWndProc code into the
  22. OWL framework. I think I can register the FIND.. message
  23. in the constructor of my TWindow descendant. But I am
  24. not quite sure where to add the message trapping code. I 
  25. assume I will have to inheret and change alot of the
  26. TWindowsObject routines.
  27.  
  28. I would really appreciate some help. Thanks alot in
  29. advance.
  30.  
  31. Mike Maley
  32. maley@cs.umn.edu
  33.  
  34.