Hi All,

In my project, I need to execute some messages, when user clicks on the disabled control. For example, if user clicks on the disabled combo box, he/she should get the message to do something else to enable the combo box. But, disabled control cannot execute click event. How to make this requirement possible?

Thanks in advance.