Rather than loading an RTF from my HD, I want to do it from my web site? Can any one help with this?
How to pull text file off web?How to pull text file off web?
Page 1 of 1
8 Replies - 4359 Views - Last Post: 17 September 2005 - 01:18 AM
Replies To: How to pull text file off web?
#2
Re: How to pull text file off web?
Posted 11 September 2005 - 05:50 PM
What exactly is the situation you'd like to see as an end goal? You have an application on a local machine, and it opens documents that are stored on another machine being used as a server? If you could describe the process you envision, we could provide more appropriate advice.
#3
Re: How to pull text file off web?
Posted 11 September 2005 - 09:10 PM
to be honest, what I am going at is I want the program to test to see if there is an active internet connetion, I was going to simply continuosly load a rich text file, that is located on my website, once it fails the program knows the connection is no longer present. This is the easiest way I could think of doing this. Any better ideas? or know code to help me execute this one?
#4
Re: How to pull text file off web?
Posted 12 September 2005 - 11:34 AM
Found my answer thanx.
in case any one was curios.
My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt")
in case any one was curios.
My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt")
#5
Re: How to pull text file off web?
Posted 12 September 2005 - 11:39 AM
Cool...it might be less bandwidth consuming to poll the connection itself, see if it's live...
#6
Re: How to pull text file off web?
Posted 12 September 2005 - 11:42 AM
How do you suggest doing this?
I know the ping command works in VB,
but I don't know how to analyze the results
I know the ping command works in VB,
but I don't know how to analyze the results
#7
Re: How to pull text file off web?
Posted 12 September 2005 - 11:53 AM
#8
Re: How to pull text file off web?
Posted 12 September 2005 - 12:41 PM
Very helpfull, Thank you kindly!
Any ideas on my other questions? I've searched all over for them ,and have found nothing!!!
Any ideas on my other questions? I've searched all over for them ,and have found nothing!!!
#9
Re: How to pull text file off web?
Posted 17 September 2005 - 01:18 AM
electrickjagwire, on Sep 13 2005, 01:01 AM, said:
Found my answer thanx.
in case any one was curios.
My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt")
in case any one was curios.
My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt")
Doesn't work in VB6.
Is this .NET code?
BTW amadeus...thanx for the PING post.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|