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

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

 

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


Winsock as iNet.getpage -
Anyone have a snippit of code where they get winsock to behave as inet.getpage? I am just looking to download a web page and save it as a string. Under Win2000, iNet.getpage seems to be flakey and my attepmt at learnign winsock is not coming a long too fast. A specific example


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


Winsock vs Inet question (tricky) -
Hi guys, Well is there a way to get the data in winsock as the Inet.getchunk does it. I mean inet.getchunk gets all the data but winsock gets data crypted out


help request for inet (uploadstatus) -
I am stuck with the inet control. I realy need an progresindicator for uploading a big file, Does anybody know how to get the "percent uploaded" value? I know how to work with the inet control so i prefer using that. I am sure some of you say: Use Winsock! I know noth


Which uses less memory Inet or Winsock -
Hey guys, I have to transfer files to our server from clients computers, and i want to know which is the better to use in terms of memory usage for the component. I currently use Inet because it is easier to use than Winsock, but i want to know if using winsock will save me signifi


winsock or inet packets -
someone should write a tutorial on logining into a site using inet or winsock because to me it seems like the most impossiable thing for some reason


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


Plz Winsock Help. -
Okay i've searched the site looking for some good code to download a zip file off of an http server with using winsock but when trying to implement any of it in my project it doesn't seem to work. Could someone just post the proper code for downloading a file off a URL using winsock?


HTML Source Grabber With Winsock -
Is it possible to get the source code of a wedpage using a Winsock? I know the same thing can be done with Inet, but Inet doesn't completely work for what I need it for. Any help would be greatly apprecieted.


inet control or winsock -
Is there a way to get eitehr of these controls to send strings in regards to getting web pages. instead of bytes like the inet, or the whole think like winsock. Any suggestions would be apperciative. I am new to these controls and do not know there limitations. thanxs


Winsock/Inet from Class... -
I know there's a couple of ways to use Winsock/Inet to download web pages from a standard VB application, but how will this work in a class? I've tried referencing the Winsock control and sending the raw HTTP GET request to the server, but I'm getting a "Object variable or With


FTP but not with Inet or WinSock -
Does anyone have good (working) code for listing and downloading files via FTP but without using Inet or WinSock controls??? If so please send me the code... Thanks, Baja


small help please! -
Hi there! I have VB6 Enterprise edition. But I don't know why the Inet and Winsock controls are missing. Can anyone please send me the Winsock and Inet controls? My email id is p_jeba@hotmail.com Thanks in advance. [Edited by jeba on 10-30-2000 at 08:36 AM]


inet login -
ive been tryin to login to a site using inet control and/or winsock and i just cant get it i understand u have to get the headers and send the packet, ad get the http header and cookie and stuff from using wireshark and other packet sniffers can someone plz make a indepth way to idk l


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


Winsock or Inet help needed. -
Does anyone have an example of using the Winsock or Inet control to visit a webpage with a Form on it; fill it out and then submit it? Something like the Form on the site posting a message and hitting the Submit button. if anyone has an example i appreciate it. Thanks.


Inet vs WinSock to a server. -
Hi, I was just wondering if a server sees any difference between a connection to port 80 with an Inet control versus a WinSock control. Thanks, Al.


Setting up computer to receive files from remote locations using Winsock or Inet -
How do I make one computer to achieve as specified in the title? Do I need to install a service? Forward a port? They will only be connected through internet. It would simply receive a file which I should be sending using either winsock or inet, whichever is best. Thanks!


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


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


Bad Winsock! (and Inet too!) -
ok. i try to add an inet or winsok component to a form and i get this: (although i do get the little inet picture in the toolbox) License information for this component not found. You do not have an appropriate license to use this functionality in the design environment (Error 4


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


Inet, Winsock, Internet Programming or not -
Thanks for reading. OK which is best and why: Inet - Whats the base use for this Winsock - Whats the base use for this Now i want to cerate my own MSN style messanger. What do i use? Please tell me why you think i should use is good. And if im programming a web application


Simple one about Winsock -
Hi Whenever I use the winsock control I have to get the data on the dataarrival event, I cannot do Dim a as string a = winsock1.getdata But using the Inet control I can get the web page into the variable directly as in dim a as string a = inet1.openurl("http://www.vb


Inet Or Winsock Parseing -
Hello everyone. First off I would like to say this new theme rocks! Well I am making a simple program but soeem to be having trouble. I want to use winsock or Inet. Don't matter which one. On my form I have 1 text box 1 command button and 1 label. In my text box I type a name and then


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.


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


Best control for.... -
Ok im making a program where you input a list of URLs and the program download the files, a little bit like a download manager....well i guess it is lol anywayz i got it working and everything with INET but now im trying to add a resume fonction which doesn't work for some reasons, i w


http File Downloader using inet or winsock -
I need to make a http file downloader using inet or winsock... but I need to implement a progress bar and stuff... any help would be appreciated Thanks


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


Download a web page without using Inet or Winsock control -
Is there a way using VB6 to download the contents of a webpage without using the Inet or Winsock controls? I'm writing a small VB app that needs to pull a webpage and check the contents of it. I want to avoid having to include either one of the controls with my final progect. I beli


VB6 FTP Server Help -
I am trying to make an FTP (Server) using VB6. I looked around and all I could find was articles on how to build a client but I don't have any use for an FTP Client. Is it possible to make an FTP Client using Winsock or INet? I can connect using Winsock but I cant prompt for anyt


Resume download with inet control -
Hey all, I am using the inet control instead of winsock because it is better with downloading large files (over 80MB). Winsock would always corrupt the file if it was over 40MB or so. Is it even possible to resume a file with the inet control? How would I start downloading the fil


Inet and Winsock Problem -
I am tring to build a program that can allow me to login to a website through a form, the website is www.neopets.com . I am looking to use Inet or Winsock, please if you can help me, I would appriciate it, thanx. Ryan Currie (mysticwizard57@hotmail.com )


INET controlz -
Ok, does anyone know a real simple easy way to download a file off the net to a specified location on my c drive, with a progress bar, transfer rate, and bytes done. I would like to do this with the Inet control (no api crap!), not winsock. any info would b kool -thanx


Another Winsock vs Inet question. -
Hi, I have some asp applications for wireless communications. They write wml instead of html. One of the apps needs to connect to a html site, find the correct data in the html source, then parse it for wml. I have it working by running a VB app on our server. One version of the VB a


HTTP_REFERER and inet! -
Hey, I'm trying to visit a URL, but fake the HTTP_REFERER, any ideas how to do this with inet? Or should I just use Winsock? Any tips here?


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