10-05-2004 01:46 AM
10-05-2004 08:07 AM
10-07-2004 04:36 AM
02-28-2007 12:09 AM
01-17-2013 05:02 PM
Anyone know an answer to this yet? This came up in a google search for me and fits my problem exactly.
01-17-2013 05:18 PM
Are you stuck with ActiveX?
I suggest you simply use the .NET WebBrowser control and its DocumentText property to display an HTML string.
01-17-2013 05:22 PM
Nev mind- I found I can do this-
navigate2 "about: "
call doEvents
set document.body.innerHTML to my Html code.
I'm using microsoft access vba. I didn't even know what language y'all were using 🙂
01-17-2013 05:55 PM
Like this.