Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser Control
Message
 
 
To
25/11/2002 16:17:33
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00726658
Message ID:
00726823
Views:
15
Mike,
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.Navigate( "about:blank" )
oDoc = oIE.Document
oDoc.Body.InnerHTML = "<html><body>test</body></html>"
>I'm using the browser activeX control on a VFP form. I create html files then I call the browser's Navigate2 method passing the html file to be displayed in the browser control. This all works fine.
>
>Now I'm thinking of eliminating the html files completely. I thought that I read somethere that it was possible to "stream" html to the browser control and it would render it. Can anyone shed some light on this for me?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform