Disable Text Wrap and Enable Horizontal ScrollBar for WebBrowser -
02-09-2005
, 12:50 PM
I am navigating to text files and would like the WebBrowser control to
-- Not Wrap
-- Enable Horizontal ScrollBar Always
One additional requirement is to NOT use mshtml.dll. The reason for this is that the DLL is not installed on a users machine
by default. In order to get it installed, you have to install an entire SDK. I am not permitted to do this.
Any help would be appreciated. |