home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1635 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  692 b 

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!levels!marwk
  2. From: marwk@levels.unisa.edu.au
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: How to make double-clicks be responded to?
  5. Message-ID: <18539.2aa3dda9@levels.unisa.edu.au>
  6. Date: 1 Sep 92 11:46:25 GMT
  7. Organization: University of South Australia
  8. Lines: 14
  9.  
  10. With TC++ & OWL
  11.  
  12. How do you get a message response function to respond to WM_LBUTTONDBLCLK?
  13.  
  14. We have tried setting the windowclass.style = CS_DBLCLKS inside the
  15. redefinition of GetWindowClass() member of function.
  16.  
  17. Only the single click message response member function is responded to.
  18.  
  19. How can we fix this please?
  20.  
  21. Thank you.
  22.  
  23. Raymond
  24.