webbrowser problem in vb6.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • junaxz
    New Member
    • Mar 2011
    • 1

    webbrowser problem in vb6.

    Hi,

    I have a problem when loading html file in webbrowser control using vb6. I have a html file that calls google api and it reads data in xml file. when changing the data in xml file same data display in my browser. I use google maps and it will display the tracks but the tracks will change if you change the data in xml files. Why when displaying the file same output you can see even though its different data stored in xml.

    WebBrowser1.Nav igate ("http://localhost/centrixgt/Tracks.html")
Working...