Hi John
How should I pass the HTML string to the web browser control (in a form) ?
Thanks Eyal
> Hi Eyal,
>
[quoted text clipped - 10 lines]
>
> Please respond in the newgroup and not by email.
John Nurick - 18 Jan 2005 19:27 GMT
Hi Eyal,
I don't know. As I said, I've never tried this. In a quick search of
MSDN the first example of using the web browser in VBA is
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/
office06012000.asp
That's for Excel, and rather than passing strings to the browser the
author writes them to temporary HTML files and has the browser display
those. But other approaches may be possible: suggest you search
www.microsoft.com and further afield.
Good luck!
>Hi John
>How should I pass the HTML string to the web browser control (in a form) ?
[quoted text clipped - 14 lines]
>>
>> Please respond in the newgroup and not by email.
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
Stephen Lebans - 18 Jan 2005 20:32 GMT
If I remember correctly it is the InnerHTML prop you need to work with.
FOr sample code see the HTML editor on my site here:
http://www.lebans.com/htmleditor.htm
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
> Hi John
> How should I pass the HTML string to the web browser control (in a form) ?
[quoted text clipped - 14 lines]
> >
> > Please respond in the newgroup and not by email.
Eyal Semo - 19 Jan 2005 11:29 GMT
Thanks a lot Stephen it's great
Eyal