i've got webbbrowser control on form in my mfc app.
how can i catch onlbuttondown,onlbuttondown, onmousemove
events in that control, and how can i get mouse cursor point, which is somwehere on webbrowser control?
i want to catch this events, if user clicks with mouse, no matter where in that control(it's not neccessary, that he cliks on element(button,field,...)).

i need this events, because i want to resize control with mouse.with onmousemove i found out when i'm at border with oders to i read points and redraw window....