Hi,
I'm drawing some graphics inside a CStatic, and I'm capturing a mouse click event in a class derived from CStatic. The message handler
is called fine, unfortunately it doesn't pass me the coordinates of the click. Any idea how I can get that manually? Thanks.