home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!levels!marwk
- From: marwk@levels.unisa.edu.au
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: How to make double-clicks be responded to?
- Message-ID: <18539.2aa3dda9@levels.unisa.edu.au>
- Date: 1 Sep 92 11:46:25 GMT
- Organization: University of South Australia
- Lines: 14
-
- With TC++ & OWL
-
- How do you get a message response function to respond to WM_LBUTTONDBLCLK?
-
- We have tried setting the windowclass.style = CS_DBLCLKS inside the
- redefinition of GetWindowClass() member of function.
-
- Only the single click message response member function is responded to.
-
- How can we fix this please?
-
- Thank you.
-
- Raymond
-