Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB interacting with Internet (3rd Party) Forms

Status
Not open for further replies.

DrinkN1

Programmer
Apr 15, 2002
23
US
I was wondering what technique would be used to create a VB application, that could eventually log into a 3rd party web-site, and complete the web-forms on that site.

At this point, I'm not sure if SSL will be active on the remote site or not, if that makes a difference.

I saw a number of programs that do similiar items (one was made for automating on-line contest entries), but none of them provide the customization level that I need.

Any points in the right direction would be helpful.

Thanks,
Drink N 1
 
Take a look at the WebClient class.

It allows you to do HTTP POST operations -- you just have to set the content type correctly.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top