|
-
February 21st, 2003, 11:32 PM
#1
CEdit Control
I have created a CEdit control in a dialog box. However i notice that the notification message of CEdit class does not have either a BN_CLICKED or BN_DOUBLECLICKED.
To make it worst, the the DOUBLE_CLICKED message is not sent to the CDialog whenever the user double clicks on the CEdit contol.
I need to handle a left mouse double click on the CEdit control. Is there a way to do it?
-
February 22nd, 2003, 12:03 AM
#2
Check out this previous post of mine where someone wanted to know how to detect when the CEdit box was double-clicked.
http://www.codeguru.com/forum/showth...hreadid=173057
Then in the class wizard, if you look at your newly created CEdit subclass, you'll also be able to handle the single click, mouseover, etc...
Hope this helps!
Matt
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
|