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 ....