
Change text size in WebBrowser control?
Quote:
> The pIn parameter has to be a Long. Also, the pOut parameter should be
> vbNullString (equivalent to a C NULL), or just omitted. Null is a vb
Variant
> value.
> HTMLBrows.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Clng(5)
Also, "5" is invalid, it should be 0-4. If you turn off "on error resume
next", it causes an error.
---Mike