Hi all,
I'm trying to change the display font of WebBrowser control.
I tried
doc.execCommand("FontName", false, "Arial");
But it seems it works for selected text.
I want exact same effect as setting font inside IE -> Internet Options -> General -> Appearance -> Fonts.
Thanks in advance.
Byoungjo
-------- Update -------------
Like Mitchell has pointed out, doing the same work as ExeWB is doing in C#.Net is the goal.
Also, changing registry is somewhat overwork for this and might need simpler solution if exists. Otherwise, I'll just say no to this FR.