473,388 Members | 1,209 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

question in "internet transfer control"(inet)

1
I am working in VB6. I am trying to send a list of data to url in protocol HTTP.

I am trying to do this with the help of "internet transfer control".

I am trying to use the Execute Method with operation POST.

I wrote the commands

(Attempt 1)-----------------------------------------------------------------------------------------

Dim strURL As String, strFormData1 As String, strFormData2 As String
strURL = "//www.yippee.com/cgi-bin/find.exe"
strFormData1 = "UserName=Hangzhou"
strFormData2 = "Password=1234"
Inet1.Execute strURL, "POST", strFormData1 & " " & strFormData2

(Attempt 2)-----------------------------------------------------------------------------------------

Dim strURL As String, strFormData1 As String, strFormData2 As String
strURL = "//www.yippee.com/cgi-bin/find.exe"
strFormData1 = "UserName=Hangzhou"
strFormData2 = "Password=1234"
Inet1.Execute strURL, "POST", strFormData1 & "&" & strFormData2
--------------------------------------------------------------------------------------------------------
The State Event of control said that it was sent "icResponseReceived" & "icResponseCompleted" but the website did not recieve anything.

Please can you help me? Thank you.
Jun 15 '06 #1
0 3211

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Tamir Khason | last post by:
I just testing my program on Windows PE with Framework 1.1 pre-installed and got a message "high encryption pack not installed" - what's the hell? The only information I found in inet is related to...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
4
by: Anil Gupte | last post by:
A friend of mine is having this problem on his machine - it works fine on my machine. The above message appears when he tries to inset the "Microsoft Internet Transfer Control" (Inet) into a...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.