|
|
|
|
|
Total Hits: 1789 | Today: 0
|
Author: Bill Farley
|
Rating:
|
|

This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file....
|
|
|
|
Total Hits: 318 | Today: 0
|
Author: narendra
|
Rating:
|
|

In this tutorial you will know how to download a file from a web site and upload a file to a web site through c# project.
The System.Net namespace contain most of the .NET base class that deal with networking from perspective of the client. The System.Net namespace is generally concerned with Higher-level operations for example download and upload files and making requests using the HTTP and other protocols....
|
|
|
|
Total Hits: 30 | Today: 0
|
Author: Rui Lopes
|
Rating:
|
|

With this tool, you can see what exchange formats that a given clipboard or drag&drop object suports just by dragging it from other application or copying it to the clipboard....
|
|
|
|
Total Hits: 1028 | Today: 1
|
Author: Shailen Sukul
|
Rating:
|
|

A fully working multi-threaded file downloader application. A few months ago, my lovely wife was downloading her lecture notes from her university website, and I noticed that she had to manually click on every file to save it to the hard disk. I also noticed that all the hyperlinks were on the same page, and the documents she was downloading were either Word documents or PowerPoint presentations....
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: Mycroft Holmes
|
Rating:
|
|

This is the utility I use (converted from VB) to move data to and from CSV files and Data Tables. Hopefully this will help all those questions about moving CSV data to and from datatables. A lot of my work involves moving large amounts of data from legacy and core data systems into analysis and reporting systems. This is just one of the utilities I have developed over the years to meet those requirements. This version does not support text delimiters (commas embedded in the data will break the s...
|
|
|
|
Total Hits: 50 | Today: 0
|
Author: Alex_1
|
Rating:
|
|

Once I needed a simple, open source and robust FTP client to include in my project. To my surprise I was not able to find one in spite of many FTP clients that were published on various websites including Codeproject. So what appeared to be a problem? The problem was the quality: simply the published projects were all just demos. There was no quality FTP clients. According to the rating, the most popular Codeproject’s Ftp client is here : http://www.codeproject.com/KB/IP/FtpClient.aspx. However ...
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: Abbas Ali Butt
|
Rating:
|
|

In the begining user does not have any User interactive/friendly interface user can interact with the os through the DOS or any type of command prompt then become interfaces for interact with the os and other applications then user want to set different backgrounds at the desktop but user can also want to set the background on so many other places for example at the background of any folder so now user can his/her desire fullfill through different softwares....
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: PEK
|
Rating:
|
|

Once upon a time, a text file was just a simple file. But it is not that easy anymore. New lines can be written in three different ways. Windows/DOS using character 13 and 10, Macintosh using just character 13, and Unix using character 10. Why it is like that had always puzzled me. Different character sets make reading and writing text files harder, so I'm glad that we have Unicode to use instead. But as you might know, writing a text in Unicode could be done in several ways......
|
|
|
|
|
|