|
-
March 30th, 1999, 04:25 PM
#1
How do I get double click from CEdit control?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|