Custom Scrollbars in WebBrowser Control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, Has anyone tried to create custom scrollbars for the ActiveX WebBrowser control? I've managed to disable the default scrollbars using the IDocHostHandler Interface but I'm having a little trouble drawing on the custom ones. I've found some articles that describe custom scrollbars in listboxes and other controls, but nothing for ActiveX (IDispatch) controls. I know that you can change the colors through HTML, but there doesn't appear to be a way to use bitmaps in this fashion. Any help will be greatly appreciated. Cheers, Don