Changing display font of WebBrowser control in c#? -
I'm trying to change the display font of the WebBrowser control.
I tried
doc.execCommand ("font name", wrong, "aerial");
But it seems that it works for selected text.
I want the exact effect of setting the font within IE -> Internet Options -> General -> Appearance -> Fonts.
Thanks in advance. Like Michelle,
Biongogo
-------- Update -------------
XBB is working in C #, it's like to do the same. Net targets
In addition to this, the changing registry is a bit more work for this and if there is a simple solution may be required. Otherwise, I will not say just for this FR.
Well, it seems to you that using the execWB command as outlined in this.
Update
But with another look at the document, I'm not seeing execWB or ExecCommand method that you currently have in the .NET Browser Control Are using as options.
Therefore, you may have futz with the actual IE settings, which are more likely in the registry.
Comments
Post a Comment