End Google Ads 201810 - BS.net 01 --> Hi,

How can I caputure OnClick event for Progress Bar Control?

I have an dialog based application with some progress bars. I would like to do something when user clicks (or double-clicks) on progress bar, but there is no OnBnClicked event available when I select progress bar control.
I have only 4 events available for this control:
NM_CUSTOMDRAW
NM_OUTOFMEMORY
NM_RELEASEDCAPTURE
NM_THEMECHANGED

Is there a way to do it?

I'm using Visual Studio 2010 and MFC.