
Webbrowser control and font resize
Found out my problem thought I'd let you know. I wasn't passing on the size
as a long heres my code if anyone else is having this problem.
Dim range As Variant
range = CLng(size)
WebBrowser1.Exec(WB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, range,
Null)
Quote:
> I've been having difficulty resizeing fonts within my webbrowser control.
> I've had success using the exec statement modifying the font but I need to
> return the existing font size first which I havn't been able to do. I've
> found examples in c++( Q156693) but none in vb. Any example or pointers
> would be really appreciated. Thanks
> Josh Carlisle