How can I remove vertical scrollbar from Microsoft web browser?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am using Microsoft web browser using Active X Control to display Power Point file. But when it is displaying in the web browser a vertical scroll bar is displaying. How can I remove this Scroll bar?
-
I am using Microsoft web browser using Active X Control to display Power Point file. But when it is displaying in the web browser a vertical scroll bar is displaying. How can I remove this Scroll bar?
If the application is in MFC then you can call the method which hide scrollbar of your Activex control through IDispatch interface. I do n't remember exactly which property you have to set. In case it is pure c++, then you have to write your own helper class.
modified on Thursday, March 26, 2009 10:16 AM