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://username
assword@www.microsoft.com
but I don't know how to set domain string into INET command or INET.url string .
Can you help me?
Thanks in advance. Raoul
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
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 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
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 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
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 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
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
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.
=======================
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 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
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
Accessing FTP -
I get this runtime error randomly when accessing an FTP account via VB... for awhile i had on error resume next. and once the error occured once i would never connect to the FTP account again until I restarted the program.
Code:
Call UploadFile(Form1.Inet1, "xxx.xxx.xxx.
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
dowenloading large files with Inet -
ok guys... this is a sub i created form a code i collected from somewhere.... but the thing is.. i cant.. donwload large files with it.. how do i correct this problem?
*******************************************
Private Sub Download(strURL As String)
Dim b() As Byte
Dim intCo
inet freezing if connection lost -
Hi there
I am using the inet control to automatically download updates for my application. It works fine, but the problem is that if the internet connection is lost, then it just freezes. Is there some event in Inet that I could use to check for this?
Many thanks
langals
Inet Control and https -
I am trying to use the Inet control to access a secured site. I am pretty sure that the problem is my headers. Could someone put some sample code for POSTing a form through an Inet control and retrieving the resulting URL text? How do I determine the correct header information to sen
force stop inet from downloading.....help -
Hi guys ,
i have problem stopping the inet control while it is busy downloading files.........
is there a way to force stop the inet control... so that i don't have to wait for that long to have my application stop
i tried inet.cancel and it won;t work
2. Doe
INET control's proxy property -
hi all
I tried to use the inet control to download a web page that is blocked on my ISP. I didn't set my proxy settings in IE, I want to set them in the INET (if I have to use INET). The reason is that whenever the ISP finds a proxy was used, it blocks the proxy server too. So I
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] 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?
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
General Questions about the MS Inet Transfer control -
Hello everyone!
Being quite a newbie to Inet-programming, I got some questions to you pro-guys:
I use the Inet control to download files from the Internet. I do this by using this function:
Public Function Download(Location As String, Filename As String, DirToSaveTo As String)
weird Inet problem -
ok I have 1 inet control on my form and in part of my program it goes to one website and then in another part of my program it goes to a different site but when I trys to go to a different site it loads up the first site it went too...
do I have to have muliple inet controls for mul
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?
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
Inet again...... -
I have a Inet control in my prog. I also have a settings form where the user can set properties like host, username, password.
I then have a button that the user clicks when he/she wants to start a download of a file that resides on a ftp. It all works ok. But here comes the problem
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
Problems using Inet -
Hi, I've been trying to make an HTML grabber using Inet to grab the html code. It works, but the only problem is that Inet doesn't grab ALL of the code, it seems to be limited to a certain amount of characters. For example, if you enter http://www.yahoo.com into the address bar and c
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
Return value from ASP page to inet -
I posted this bit on the main forum. But what I really want to know is how can I pass a return value from asp page to a VB Internet Control (inet)?
Thanks.
--------------------------------------
I am trying to write a piece of code that will send two strings of data from an applic
Inet licensing problem in VB5 Pro -
--------------------------------------------------------------------------------
I am running the VB5 Pro version and for some reason the license for Inet.ocx is not available.. The Inet component appears in the Toolbox, but when I go to place it as an object in a Form, I get the mesa
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
login with inet(cash reward) -
im trying to make a program to log into the site bushtarion.com with inet but cant figgure out how any help?
edit:i will be willing to pay sumone 10 dollars via paypal if they help me solve my problem
[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
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?
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 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.
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