Computing.Net > Forums > Programming > Simple VB6 question

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Simple VB6 question

Reply to Message Icon

Name: losttrack (by losttrackofit)
Date: September 30, 2006 at 05:24:53 Pacific
OS: XP
Comment:

I dunno why but I'm finding it VERY hard to figure out how to postdata through a VB app.

Could anyone talk me through a simple app, 1 text box and 1 button. Anything in the textbox will be posted to www.website.com/test.php

Feedback IF possible... without IE fireing up.



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: October 1, 2006 at 19:52:30 Pacific
Reply:

Isn't it funny how the simplest of questions can be so complicated.

You have two ways of doing it. You can use the Internet Transfer Control that is part of VB6. I am not sure whether you can actually use that to POST data, it may only be for GET.

Failing that it's the API. Thats where it gets complicated. Look up the InternetOpen and INternetConnect API's on the MSDN web site at the wininet.dll functions. You have a lot of reading to do.

Internet Connection APIs


Stuart


0

Response Number 2
Name: Jessy Kent
Date: October 7, 2006 at 16:56:00 Pacific
Reply:

You can try using Simple object access protocol [SOAP]

look at this
http://www.planetsourcecode.com/vb/...

or this

http://www.planetsourcecode.com/vb/...



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Simple VB6 question

easy VB6 questions www.computing.net/answers/programming/easy-vb6-questions/5807.html

another simple vb6 question I think www.computing.net/answers/programming/another-simple-vb6-question-i-think/3157.html

Simple PYTHON questions www.computing.net/answers/programming/simple-python-questions/17954.html