|
-
Oct 13th, 2002, 09:26 PM
#1
Thread Starter
New Member
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.
-
Oct 14th, 2002, 06:39 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|