Can i call html page from VB form?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhishekbrave
    New Member
    • Dec 2007
    • 79

    Can i call html page from VB form?

    Hi All,
    I have developed a web service that return a userid, and i access this webservice from HTML page that will deployed on IIS server.
    Now i want to access the html page from VB form.
    Can i call the HTMl page from VB form?If yes, then it will display the userid in the form or not??

    Please give me some pointer regarding my problem,it's very urgent.


    Thanks in advance.

    Regards,
    Amit
  • nav010
    New Member
    • Sep 2008
    • 13

    #2
    there is a webBrowser control in Vb 2008 which can allow to see webpages in windows form.

    Comment

    Working...