Hi,

I am using the webbrowser OCX in my app to display a simple html page. However, the right scrollbar always appears, even it there is no need to (it is disabled then, but it is still visible).

After playing around a bit with Spy++, I found out that the webbrowser ocx has the extended style WS_EX_RIGHTSCROLLBAR set. I guess that I can get rid of the scrollbar by revoking that style, am I correct? How can I remove this style?

Thanks,
Felix Haas