how to open html in vb6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muddasirmunir
    Contributor
    • Jan 2007
    • 284

    how to open html in vb6

    i had made a html file where i had put some material (its basically
    a help file which i had created on html as i did not know how to make help file in vb till now).

    file is in the same directory as that on my programe

    now , i made a MDI Form and create a menu i want when i click
    on a certian menu item (help) the html form is dispaly.

    so what is the code for opening html
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Try

    [CODE=vb]Shell "Explorer " & App.Path & "\MyHTML.ht m", vbMaximizedFocu s[/CODE]

    Comment

    Working...