Dear all,

I am trying to capture the x,y of mouse click events. I therefore have added a notification message "WM_LBUTTONDOWN" to my application (Being a IE -- which uses the microsoft activex control).

Now i am printing some stuff within the event handler of WM_LBUTTONDOWN. however, nothing happens.

Can someone please give hints