o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

use Inet to open CGI -

Hi,

I tried to use Inet to open a CGI page like this:

RichTextBox1.Text = Inet1.OpenURL("http://www.XXX.com/cgi-bin/XXX.cgi?search=XXX&YYY=ZZZ")

However I'm only returned half of the source code when compared to the source code that I get from [view source] in IE. What's happening? How can I get the full source code? Thanks!

 

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


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


Inet opening an url -
is it possible for INET to open a very very very long url? Cause when i try to use it to open a very long url, it doesnt do anything. do i have to use winsock for this? i would rather perfer to use inet since it sets the cookie automaticlly


[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?


[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


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


Quick help need please -
Hi hope all is well, I am using inet to open some urls. It does it one at a time in a loop. I was wondering is there anyway to use inet or another control like winsock to open more than one url in one go??? so instead of opening 10 urls one after the other, open 10 in one go in the


Inet and Internet Explorer -
Hi I have Internet Explorer open already. How do I use the Inet Control property and method against the OPEN Internet Explorer Window. I don't want to open another session. Just want to be able to control the open IE window with the same commands, properties and method of the ine


FTP with Inet. -
I have been trying a demo software of Inet control which is essentially a basic FTP program (it came from the vbsquare site). It works fine on my Uni computers (Network onto net) but at home on my 56 Dialup Connection it gets as far as receiving a reply from the remote host then locks


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


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


Download a file using Inet or Winsock -
Hi All, I want to download an mp3 file in my vb6 app using Inet or Winsock. This mp3 file must be stored on the harddisk of the computer (can be app's root directory, app.path) i tried this with winsock, but it seems that i can't download the whole file. But when i want to save


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?


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?


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


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?


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


Create Inet at runtime -
I'm trying to make a downloader that will download more files at once, I've done the download code but I want my program to create an inet control at runtime, heres the code I'm using:- At the top: Private WithEvents Inet1(0) As Inet In form_load: Set Inet1(0) = Me.Controls


Closing an app whilst using inet -
I am using an Inet control to download a file But when i close the program it takes ages (like40 seconds) to fully close. I commented out the inet code, and it closed first time. Is there a property you can set to close the inet control? ILMV


Inet. Small question -
I have a question: I am using the Inet component. When I am done programming everything, I just want to use the EXE. If I do this will it send me an error saying that it doesnt find the Inet files or something? HOw can I solve this?


Inet Questions -
1. Can Inet Resume Downloads, If how is it done 2. When Inet is running it stops everything and wont let me click on anything untill it is done, is there a way to make it not do this so i can make a cancel button.


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.


Where are there tutorials Inet and full codes on how to use the Inet -
Hello Can someone help me, Where are there tutorials Inet and full codes on how to use the Inet, also another question can you connect to a IP allowing someone to browser a directory on my computer. Thanks Vb pro's out there biggerners to if you no the answer. By bye...........


Inet Control and Dial-Up Management -
Question 1: How can I avoid the Inet control to execute a URL without reading the file from the cache? Question 2: I have a timer triggered Inet control. I want it to be activated whenever the Dial-Up connection is cut off. Inet responds to the connection breakdown however so


custom headers with inet -
Does anyone know how to send custom headers with inet? I know it's possible cause I've done it before, but i havent used inet for sooo long that i completely forgot. I've been using winsock to send headers, but i really need to use inet for this project. does anyone have a quick exampl


Data ARrival with Inet control -
How Can I get DataArrival of inet1.openurl......... in a text box for Inet control...... i have never worked with Inet !!


dumb inet question -
know hoe to use the inet component on a from and it works filer how do i use it in code with no asscoiated form??? dim x as Inet,t as string x.openUrl("xxxxx.com") doesn;t work


inet StateChanged not working on a MDIForm -
hi, Can anyone tell me what can I do to solve this problem which happens all the time. StateChanged never fires. Also, why don't inet controls work correctly on MDIForms?? I can't use a module or any other form fo the inet. Thanks. Regards, Mike Garvin


Inet url check -
hi does anyone know how to check a url with Inet? I'm using Inet.Execute to process a URL, after it's done executing i'd like to view the redirecting URL. how would i call that up?


VB Apps on other comps -
I made an app that uses the Inet control, and when I try to open it it says i dont have MSVBVM60.DLL, I was wondering if there was a way to bypass this problem on mine and others computers without including the dll. And is it the Inet control thats doing it, I also have the winsock con


HTTP Login -
Hi All, I am trying to receive pages from a webserver that requires IIS based authentication, I've tried using the inet control: Inet.UserName = "XXXXX" Inet.Password = "XXXXX" txtResponse = Inet.OpenURL("http://www.XXX.com/XXX.asp", 0) but retu


use Inet to open CGI -
Hi, I tried to use Inet to open a CGI page like this: RichTextBox1.Text = Inet1.OpenURL("http://www.XXX.com/cgi-bin/XXX.cgi?search=XXX&YYY=ZZZ") However I'm only returned half of the source code when compared to the source code that I get from [view source] in IE


regarding Inet -
Hai, Can anybody tell me if Inet can be used in a dll. if so how do i create an instance of it. I used private WithEvents Inet1 As InetCtlsObjects.Inet but then while using createObject Set Inet1 = createObject("InetCtlsObjects.Inet") it gives me an error... Please h


Inet control (is dumb) -
I've been working with the Inet control lately, and it's driving me nuts!! If the control can't complete its operation (OpenUrl) for some reason (perhaps due to internet access problems, firewalls, etc..) the Inet control goes nuts and will NOT process any future requests unless you re


FTP using VB.NET -
Hello ALL, I have been programming with VB6 for quite some time now and I have just transitioned over to VB 2005. I have a VB project that I update to .NET and was using the INET control to login to our IBM Risc box to FTP files off for automated jobs. When I converted the project


Inet with Access (Maybe SQL too) -
Hey guys... Anyone knows if its possible to execute the following: Get the first line of my data base in access (just the first one) and send trought Inet to my other data base (that has the same fields) in my server? I was wondering... It could be done using Sql directly from on


Catching Funky Inet Error\!!!!!How -
Yo guys, how to capture what exactly the error of the inet control??? i hope to capture when icError is true..... in the inet statechanged event