I have a CEdit control in a CFormView (built with the Developer Studio tools). I want to get a double click message from the CEdit control to the CFormView. I tired subclassing the control but I got an ASSERT error indicating (I think) that the control was already subclassed.


I know I can derive a class from CEdit and handle the message in the derived class and pass it on to the parent. I was just wondering if there was an easier way.


Thanks,


Jim