|
-
Aug 29th, 2000, 04:02 PM
#1
Thread Starter
Hyperactive Member
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
#2
Do you mean put text in the Webbrowser Control for the user to see?
Code:
WebBrowser1.Navigate "about:blank"
WebBrowser1.Document.Body.Innerhtml = "<font color = #ffff ><b> Hello </b>"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|