subclassing controls in CFormView 
Author Message
 subclassing controls in CFormView

Hiall,
I subclassed some controls is my CFormView. The problem is that the view
still handles all the mouse messages (such as on_l_button down). How can I
fix that?
thanx,

--
========================================
life is a futile struggle to get rid of loose change
----me.
Max Khesin, software developer -

if you are answering after 3 days of the original post I
would appreciate if you cc me at one of the above emails
minus the NOSPAM.



Sun, 31 Oct 2004 02:19:59 GMT  
 subclassing controls in CFormView
Define "fix" when you say "how can I fix that?"  For normal operation,
we'd want the formview to handle mouse messages when the cursor is not
over a control.  When over a control, the mouse messages are sent to the
control itself, unless in the view you have done SetCapture.


Sun, 31 Oct 2004 14:35:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. subclassing a CFormView control

2. Subclassing DateTime control in CFormView

3. Subclassing doesn't work for CFormView

4. Subclassing a modeless CDialog inside a CFormView

5. Subclassing doesn't work for CFormView

6. Subclassing the header control inside list control

7. Help:ACIVEX controls- subclassing Windows Control

8. Subclassing an ActiveX control

9. Subclassing in an invisible control

10. Subclassing an ActiveX control

11. Subclassing in a composite ATL control

12. Subclassing run-time created static control

 

 
Powered by phpBB® Forum Software