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?