POST using inet.ocx -
GET is easy
inet.openurl('http://www.servername.com/test.pl?KEY=VALUE')
but I need to POST stuff
I can do it with winsock but I figure inet must make it easier.
POST using inet.ocx -
GET is easy
inet.openurl('http://www.servername.com/test.pl?KEY=VALUE')
but I need to POST stuff
I can do it with winsock but I figure inet must make it easier.
INET INET INET INET INET INET !!!!!!!! -
Is Inet-Timer combination reliable enough to re-establish a dial-up connection whenever the connection collapses? Ie, should I trust INET control that it'll percieve the connection breakdown and try to reconnect as I trigger it with a timer that runs an INet.Execute statement? Sounds c
[2005] Please help clarify WebClient & HttpWebRequest -
Ok, i've been looking up info lately on how to post data via the WebClient namespace and i come up with partial info. i figure out the posting, now i'm trying to figure out how to load a url and get the html code. Similar to what Inet.Execute (posts data) and Inet.OpenURL (opens connec
POST data with inet -
Well I'd like to auth my users into the database on my server by having them connect to a webpage, but the problem is my login page uses POST instead of GET, and I'm not sure how to set that up with inet (or any way at all) with VB6. Any help is appreciated, thanks.
Inet FTP Info -
Ok, i'm using the inet control to download a file from an ftp server... i want to show the progress of the download but i am not familiar with the inet ftp commands... i do not know how to get the filesize and what not... can somebody post some sample code on how to get the filesize an
An easy one -
Im haveing a problem getting this to work. VB doesn't except the inet variable as the name of an object
Dim inet As Object
Dim y As Variant
Dim x As Integer
x = 1
inet = "inet" & x
'this is just sample code to show what in trying to do.
inet.Proto
looking for example of Inet.Execute post -
Hi all i am looking for example of Inet.Execute post method by passing 2 varibales name and pass to website. I be happy if some one show me how.Thanks
Code:
Inet.Execute "http://www.mysite.com" , "post"
Posting to CGI Scripts with Inet -
Hi, this is my first post here at VB World, i'd just like to ask if someone could help me. I play an online game called Pimpwar and was wondering if it was possible to make a program that simulates the web browsers activity's in the game, what i'm stuck on is logging in, could someone
inet & win95 -
=/ has anyone noticed that the inet control acts a bit wierd in Win95. A program of mine doesn't want to upload while ran in Win95...but works fine on Win98 and NT...does anyone know why that is?
Laterz, D!m
Ps. I sure do post alot about inet.
simple inet example -
Can someone show me a example of how to use the inet control to "POST" data and get all the returned data? Im not looking for winsock information, just inet. I seened examples, but still confused how to get it to return data.
Posting Data Using INET -
Hi,
I'm trying to post user input onto my website. There's a "submit" button that posts the data. I've tried doing it normally, but for some reason the data doesn't get posted.
What is the correct way to post data using INET (on php, specifically)?
Thanks!
Can you do a post command using inet -
I would like to do a post command using an inet control. I'm trying to simulate a forum submition without using a browser control!
vb->DB connection or Inet POST -
Through VB, i want to add infromation to a database I have on the internet. I know it's possible to connect to a remote mySQL db and all, but would it be wise or stupid to just use the Inet or winsock control to POST data to a PHP script that performs the mySQL commands (all posted da
POST to a web form -
Hi,
Does anyone know how to do it with POST method, not in URL line (NOT like CGIorASPprogram.ext?PAram1=aaa&Param2=bbb)
standard INET control in VB does not work as described for POST :-(
Thank you.
Regards,
Vlad.
INET Control, Uploading Files With POST Method -
Hi,
I have come across a problem that has me stumped. I have a client whom wishes me to upload files via a VB application to his website (graphics etc). I Know the FTP element of the VB INET component would be ideal, but his host server does not support FTP transfers, so the only wa
Logging Into Yahoo With Inet -
I am not familiar with using VB6 for internet use at all. I know that I will need to use INET to do this but how exactly would I login to a website such as yahoo.com and make it submit that...........
Maybe if someone could post the structure code that would be great.
question about ITC(inet) -
Hi.
I have a problem in my project with ITC.
Code written is :
Dim i as Inet
set i=createObject(inet)
or:
Dim i as Object
set i=GetObject(inet)
and Error message :
Object ... invalid.
thanks alot.bye
Inet in a CLass Module -
I have a written some VB code using the Inet control that allows me to post to a URL along with some parameters. The return string will allow me to determine whether this "authorization" has passed or failed.
I would like now to use it it a class module(Acitve-X dll) so tha
Urgent, Simple Inet Question -
Hello, I need some sample code using INet to post information that I input to Text1 for example. The contents of Text1 would be submitted to a document.txt [which is on my server and CHMOD 777]
Please and thanks in advance!
Inet1.Execute strURL, "POST", strDATA -
My "POST"'s with the Inet.Execute method do not give consistent results. Also, when I implement an Inet.GetChunk method, I get incomplete data as Shan reports in his question. My posts are sending and receiving data to a perl script. Any ideas?
inet problems -
okay, well im using inet.openurl to log me into an account, then i have 2 timers. one working at 60 second intervals, and the other working at 70 second intervals, for the 60 second timer, it executes another inet.openurl to click one link, then the other one with a 70 second interval
Please Help Inet -
Ok i am doing a post to the internet to cgi I have the inet control and i would like to change chr. like ! , #, ( ....
to the internet chr like # = %23 please help
post a file -
I've used the inet control in the past to post data to any asp page. This has worked really well. For a new project we've had problems with FTPing a files past a squid proxy server. My question is this:
Does anyone know if it is possible to "post a file" using the inet
Inet Activity -
AAARrrrggghh!!!
I am having difficulties in dealing with the inet control... i am almost done.... just a part of problem that i don't understand..
can anyone tell me how to shut the inet control operation "while it is busy downloading"...
1. when the inet h
FTP Upload progress - RESOLVED -
I am using the Inet control to Upload files to FTP server.
How can I track the progress of the file? It it cant be done with Inet can someone post some code on how to do it with Wininet or whatever..
thanks
Craig.
winsock problem when using proxy -
hi
i have encounter a problem on winsock control in vb. i am making a exe . when i am running this exe on server it work fine .i,e it send data to web server but if i run in proxy then it can't connect to web server. iam writting the code also. can any one help me. the error come as a
Post without Inet -
Hi i am wondering how i can post data to a website without using a inet.
With the inet i would do something like
vb Code:
Inet.Execute "http://www.mysite.com", "POST", a(0), a(1)
How can i achieve that without that inet like just with API's? Iv googled ar
inet, BuGgY -
when using the inet.openurl procedure it doesn't even return the full source of a page!
just me, or the inet control?
[2005] What is inet and Webbrowser in 05 -
i'm trying to create my first vb 2005 app but I'm confused at to what controls are replaced by Inet and Webbrowser... i've seen a HTTPweb... function but i'm assuming that's more similar to winsock. I just want to do a simple 1 line code form post by submitting the info via the url.
What is better CreateObject or Set -
Hi! I am making a MS Internet Transfer Control in code and I would like to know what is the difference between
Set Inet = CreateObject("InetCtls.Inet")
and
Set Inet = New InetCtlsObjects.Inet
with adding reference to the control.
=======================
vb inet problem -
It's really strange that sometimes inet control can't fetch the whole page from the http server. I tried using inet.openurl() function but after a chunk it just stopped.
Can anybody please help?
[2005] inet perhaps -
In vb6 you used to be able to be able to open a URL and then navigate through the contents with inet and inStr(). I want to do this in vb.net so what do I use instead of inet?
INET HTTP POST, how -
need to post multiple data elements to an ASP
form through the Internet Transfer Control. I
have successfully done this using the openURL
method and simulated a GET rather th
Winsock To Inet or Fix -
Hi guys, i have an application that uses a winsock, however i cant seem to get it to post the data, i think the RemoteHost is wrong or how can i change it over to inet? the way my crappy host does it files sucks....so i cant get the ip...
My code is attached
msinet -
when it's still doing something and i press the close button, then look at the windows task manager it's still there..
how do i fix this?
and
what's inet.execute?
what's inet.openurl
what's inet.execute(url, openration, input data, inputxxxx)
?
what's the difference betw
inet question. -
Alright, a friend of mine told me an easy way to check if a url is valid is just to send it to inet, and set the timeout to four.
If inet times out then the website doesn't exist.
How on earth do I do this using VB6?
WebBrowser1.Document.All("").Value using Inet instead -
I'm making an application that requires that I post data in a textbox on a website. I got the whole thing working with a webbrowser control, but I really want to make it faster and better by using Inet. I played around and did research for a method that would allow me to use WebBrowser
Inet API MS Example Help -
I found this example (just what I needed) at : http://support.microsoft.com/kb/175474
It uses an inet control and the internet api's to do the same thing (post data to a web page).
I can get the inet control code to work but the api code keeps returning empty values. I substituted
Change Inet to Winsock -
is possible I change my control inet for winsock?
reason:
winsock has more properties that inet
windows vista dont accept INET
Inet.url string problem -
For enter my internet connection (LAN) usually I can type username, password and domain. If I try to execute same connection via INET command, I use Inet.UserName and Inet.PassWord property for generate an INET.url string like this:
http://usernameassword@www.microsoft.com
but I