How can I connect html to visual basic.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • czi02
    New Member
    • Sep 2006
    • 84

    #1

    How can I connect html to visual basic.

    I'm using visual basic 6.0 and don't know how to connect the program that I've been made in html. Would u help. Thanks. Hope you'll send me some codes on connecting html to visual basic. Well thanks again in advance.
  • Zam
    New Member
    • Sep 2006
    • 11

    #2
    What do you mean by connecting html to you VB Project?
    Do you mean display the content of an html page in you project?

    I don’t know if this is what you want,
    But if that’s the case, I hope this can help.

    1.) Add the Microsoft Internet Control to
    You project from the components toolbar.

    2.) Copy and paste this code "Browser.Naviga te “http://www.google.com” to the Form Load
    Or paste anywhere you want the code to be called, If the page you want to call is in C:\
    Then called something like these: Browser.Navigat e "C:\My-Page.html" Or try to called
    => Browser.Navigat e "\My-Page.html"

    Note: If this is not what you need, Just ignore this message.

    Comment

    Working...