Results 1 to 2 of 2

Thread: Internet Explorer 5 Control

  1. #1

    Thread Starter
    Hyperactive Member razzaj's Avatar
    Join Date
    Oct 1999
    Location
    jounieh
    Posts
    261
    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 ....


    - regards -
    - razzaj -

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width