Hello,

I am trying to build a form that can display HTML content in the background
and various controls in the foreground. I am able to achieve this using the
WebBrowser activex and adding foreground controls to the form. So far
everything is ok. My problem is that I want to control the Cursor over the
controls and the background. Since the WebBroser (my background) is an
activex, I cannot control it's cursor!

I had also problems in this configuration with mouse events, but thanks to
you guys that one is now solved with IMessageFilter.

So my question is: How can I control the cursor shape over an ActiveX
control?

Thanks