PDA

Click to See Complete Forum and Search --> : Internet Explorer 5 Control


razzaj
Aug 29th, 2000, 04:02 PM
I was wondering the other time, while messing around with
the IE Control (in VB called internet controls) it s pretty handy ... but I was thinking is there a way to ..say

I ll pass a string variable to the control through a certain function, the string containing Html Code , and I can directly view the results on the control....


soething like

IEControl.execute "<font color = #ffff ><b> Hello </b>"

And the control will show hello bolded in I dont know what is that color code ....

Aug 29th, 2000, 11:48 PM
Do you mean put text in the Webbrowser Control for the user to see?

WebBrowser1.Navigate "about:blank"
WebBrowser1.Document.Body.Innerhtml = "<font color = #ffff ><b> Hello </b>"