2015-02-06 08:37 AM
Hey,
In my project, I add some buttons on the dialog, but I have an issue on the button event. the click event WM_NOTIFICATION_CLICKED works well but th release WM_NOTIFICATION_RELEASED is never triggered, I have to put all the event routine code into the WM_NOTIFICATION_CLICKED. Is there anyone know what happened.