Results 1 to 3 of 3

Thread: Webpage in Vb.net

Threaded View

  1. #3
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298

    Exclamation

    hi

    the problem i m facing here is

    how do i call a webpage in VB?

    I tried doing so from the system.diagnostics.process.start() command but all it does is opens the code....but it doesnt process the page.

    So, in the end, here's wat i have:

    I hav a webpage which shows the information of the country. By default, I have set it to USA. Also, I added a textbox, this text box takes the name of a country and displays the information of that country on the same webpage. The value from this textbox gets stored into a variable called 'where' which is then used for further processing.

    Now, I have a VB project with me which I built using Visual Studio 2005. This project is connected with a database. This database has profiles of users and it also contains the details of the country. And all the details of the user displayed in labels.

    So, what I want to do is....when a user opens his profile or goes to the profile of someone else....we get to see the country details.

    I was planning, if something could be done as following:

    1. In my windows form, if something can be added like a picturebox which can display the country details.
    2. Whenever a profile opens, the value of the country is either passed to the webpage directly from the database or from the label.
    3. Then the webpage opens inside that box in the form.

    Thanks
    Last edited by codenamevirus; May 1st, 2007 at 01:23 PM.
    CodeNameVirus

Similar Threads

  1. Replies: 2
    Last Post: October 19th, 2004, 11:52 AM
  2. Webpage help !!
    By eXplict in forum Web Development
    Replies: 3
    Last Post: April 19th, 2004, 08:21 PM
  3. How to combine C++ and vb.net?
    By cyclops07 in forum AntiOnline's General Chit Chat
    Replies: 2
    Last Post: December 2nd, 2003, 07:28 PM
  4. I need help with some ebooks about asp.net and vb.net.
    By leethoong in forum Web Development
    Replies: 4
    Last Post: August 7th, 2002, 08:48 AM
  5. VB.net Tutorials????
    By ArmyOfOne in forum AntiOnline's General Chit Chat
    Replies: 4
    Last Post: March 19th, 2002, 02:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •