Results 1 to 2 of 2

Thread: Can VB do this....

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    1

    Question Can VB do this....

    I would like to know if VB is able, and how difficult it would be, to write a program that would--
    1)access my company web site
    2) automatically enter values and submit them to a web site
    3) receive data from the website
    4) process the data.

    Simply, I want to have program "day trade"(not stocks) for me when I am away from the computer.

    I know very little about newer programming languages, and I'm not even sure VB is the best language for me.

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    You need to use the Internet Transfer Control for this sort of thing for the download / reading of the webpage data:
    http://www.vbforums.com/showthread.p...a+from+webpage

    and the webbrowser control for the upload/posting of data:
    http://www.vbforums.com/showthread.p...a+from+webpage

    http://support.microsoft.com/default...;EN-US;q167658

    These 2 might get you started, to find out more information, you might be better off posting this in the internet or general forums.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

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



Click Here to Expand Forum to Full Width