VS 2008 : Send Files Via Internet?
Sep 29, 2009how to make a program that sends files from a computer to another?
View 7 Replieshow to make a program that sends files from a computer to another?
View 7 RepliesI got a window form, and I want to send data to another computer or a server over internet after the submit button is clicked. Yes, this is a very "general" question (I cant not ask it in more detail), because I don't have any information how to do that, I google it, and I heard WCF, but I am not sure how it actually can do this job (seem like WCF is related, but still researching).
View 4 RepliesI've been looking for a way to do this for like two days now, and no luck.
What I want to do is get into the temporary internet files, find a certain file....
(^^^ I can do that just fine (using specialfolders, etc) ^^^)
and get the internet address associated with it.
See the attachment if you don't get my meaning.
Right now this can only delete one file, how can I change it so that it can Empty the TEMP folders contents into the recycle bin?
[Code]...
OK I was a little hasty in marking my earlier thread resolved... I'm sending a file from my server using the following code :
[Code]...
The received file (in my test case it is a PNG file) comes through corrupted - I'm 99.99% sure its a case of encoding but I've tried various options and in each case when I open the original file and the received file in notepad the files are visibly of the same origin but some characters are wrong in the received file. I'm sure its a simple answer but I can't find it - what am I doing wrong in terms of re-assembling the received file?
i had a code to send emails but it is giving me problems, so i was wondering if there are some settings that i have to do in my computer first before i can run the program, or can you please give me a working code
View 4 RepliesI have two programs running, a client and a server. They are connected through a socket, and a TCPListener. The server is pure VB.NET, but the server needs to take pictures of the desktop, which works, but then needs to send it to the client application.
View 3 RepliesI need to know How to Clear All Data In "Temporary Internet Files" FolderIs there some code already made for that?
View 16 RepliesI need to somehow send data from a website (On different computer from application) to my application. How would I go about this?
View 5 RepliesI'm trying to serialize an object so that I can send it over the internet to another client. There is 1 problem however I wrote the code and it threw an exception, I searched google to see what I had done wrong.
[Code]....
ability to send words and numbers to another computer using internet. (I would prefer if a server computer wasn't needed.)
View 1 RepliesIn my application i have integrated SMS functionality using HTTP. Due to unstable internet connection, sometimes it so happens that the SMS failed to get delivered. how to queue these unsent SMSs and send it later when the internet connection is restored?
View 9 Repliesi want to specify a folder and then have all files from "Temporary Internet Files" copied in to the specified location. I have specified both locations, and yet it fails. I think this could be caused by the fac that the "Temporary Internet Files" is located within a hidden file/s How should i go about copying the directory?
View 3 RepliesI need to create an application (or find one application) that copies files from a computer to another, across the internet to create automatic backups. The target computer is a company server to which i have phisical access. The "source" computer(s) (several computers in several clients, that we - company, have also phisical acess). Solutions like teamviewer, PcAnywhere,... just don't fit because we already use them but they don't allow to create automatic backups. how can i copy files across the internet, using VB .NET, from one computer to another?
View 7 Replies[URL]..it just comes up with an error. am i doing it right? and is there any way i can just download it to the same folder that my program is in no matter what computer its on?
View 13 RepliesI want to play MP3 Files directly from the internet. I don't want to use other applications, like WMP, just my application.
I have a file that contains the list of the playable files: listoftracks.ini that contains:
hxxp://....../example.mp3
hxxp://....../example2.mp3
I wrote hXXp instead of http to disable links - in the files, they are http
Public Function Listen()
My.Computer.Network.DownloadFile("..../listoftracks.ini", Application.StartupPath & "/listoftracks.ini")
[Code]....
I searched, but couldn't find any useful topics. I am needing to clear the temperary internet files in my program. I need to do this because I have a very long and elaborate process when you start usinging the program, and it may not function right if they are not cleared.
View 11 RepliesI try to delete my Temporary Internet Files and I do it by using the command "kill()", but I get an error:"No files found matching".What is the problem?
View 14 RepliesI try to delete my Temporary Internet Files and I do it by using the command "kill()", but I get an error: "No files found matching".
View 6 RepliesI am trying to make file transfer program in vb.net 2008 for big files eg. 10 GB.i was able to code simple socket program to transfer files with small size by using Sockets but if the file is large then "File.ReadAllBytes(ComboBox1.Text)" command will not work cause it use lot of memory & if the file is really big i.e. 10 GB it give not enough memory error, so i made a loop that sends data in small amounts, but this give me a larger file size with repeated data at end of the file.
[code]...
I am using IE 7 and Vista
View 3 RepliesI found similar forum thread [URL], but he don't have answers. How I can conncect | send | recive data using tcp connection with specific internet service (not web).
View 1 RepliesI've found a script on a microsoft site which should clear the temporary internet files folder:
Const TEMPORARY_INTERNET_FILES = &H20&Set objShell = CreateObject("Shell.Application")Set objFolder = objShell.Namespace(TEMPORARY_INTERNET_FILES)Set objFolderItem = objFolder.SelfstrPath = objFolderItem.Path & "*.*"Set objFSO = CreateObject("Scripting.FileSystemObject")objFSO.DeleteFile(strPath)
For some reason this script doesn't work for me. It get's the proper folder becauseI used Wscript.Echo objFolderItem.Path to print the path but the files are not deleted.
I need to download files from internet without using FTP, here's my idea:To check version of the program and also download updates.So firstly, when the user enters the splash screen there is a timer which will check updates (downloadTimer) so then downloadTimer starts to download this txt file http://localhost/version.txt and then when its downloaded (and replaced the old one that was on the computer already) and then after that, read the file. If the version.txt contains version 1.0 then pass the check and splash screen closes, main form opens, else then msgbox ("Please Wait!" & vbcrlf & "Downloading updates") and then download updates with the same way from downloading version.txtOh! and also when the file is downloaded (version.txt) save it to "c:programMyApplicationversion" downloading the file without using FTP (if there isn't any other way i could use FTP).File reading could be made with an IO.FileStream thingy.So how do i do the download part?
View 2 RepliesI am making a program that gets files and folders off the internet.I want to make a window simular to a windows explorer window only these would get the files online.My problem is href tags for each one of the nodes and then get the files into the listview control. [code] I can get one node but after that I can't figure out how to get the other nodes to work.
View 1 Repliesi downloaded a couple of projects from the codebank about the listview and the treeview but when i unzip the zip folder,i found only the .dll and xml files present over there...
View 10 RepliesDeveloping an installer for an application, that runs based on parameters set in an XML file.
The initial install of the XML is in a template style (generic time for running app, generic settings), but via the Forms, I want to be able to have the user modify some of those parameters -say choosing time for the app to run- and then have the form write (Replace really) that data in the XML file.
Looking for some ideas as to how to approach this, as soon as I can catch on I will be able to do the rest on my own.
trying to write my own little disk cleanup utility (for a client) Can clean out windows/temp folder okay, but when it finds a file locked by a process it crashes - I have found out how to use error handlers etc to control the error but how can I unlock(?) the files in use before I try to delete them2) How can I clear cookes, history, temp internet files etc from within vb?
View 14 Repliesi have a audio program that will play some mp3 files from a folder. but the audio files together take up about 1 gb. it is possible to let my program download the files from the internet after it is installed on a computer. to a specific folder..?
View 3 RepliesI uploaded a folder with text files to the internet. i want to be able to load my app listbox with those text files.
View 1 Replies