home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!spool.mu.edu!umn.edu!micro!maley
- From: maley@micro.cs.umn.edu (Michael P Maley)
- Subject: find commdlg and OWL
- Message-ID: <maley.725614849@micro>
- Sender: news@news2.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: micro.cs.umn.edu
- Organization: University of Minnesota
- Date: Tue, 29 Dec 1992 07:40:49 GMT
- Lines: 22
-
- I am trying to implement the common find dialog box in
- the OWL framework. I can get the dialog box to appear, but
-
- 1. I can't use the tab key to move around inside the dialog
- box. I didn't understand the Help file which says that
- IsDialogMessage() must be called. By enabling the KB handler
- it is, yet it still didn't work.
-
- 2. Most importantly, I can't see how to incorporate the
- RegisterWindowMessage() and the DefWndProc code into the
- OWL framework. I think I can register the FIND.. message
- in the constructor of my TWindow descendant. But I am
- not quite sure where to add the message trapping code. I
- assume I will have to inheret and change alot of the
- TWindowsObject routines.
-
- I would really appreciate some help. Thanks alot in
- advance.
-
- Mike Maley
- maley@cs.umn.edu
-
-